We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cac9b5 commit 5148423Copy full SHA for 5148423
prime_number/Python/sieve.py
@@ -12,4 +12,4 @@ def sieve():
12
n=int(input())
13
for i in range(2,n+1):
14
if(isprime[i] is 0):
15
- print(i,end=" ")
+ print(i,end=" ")
0 commit comments