We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 664b352 commit 4a6894cCopy full SHA for 4a6894c
other/FindingPrimes.py
@@ -16,6 +16,3 @@ def SOE(n):
16
for i in range(n+1):
17
if(sieve[i] == True):
18
print(i, end=" ")
19
-
20
-n = int(input("Enter a positive number\n"))
21
-SOE(n)
0 commit comments