We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 706c90c commit eae4c21Copy full SHA for eae4c21
All_prime.py
@@ -1,4 +1,6 @@
1
# Sieve Theorem
2
+# all prime numbers upto n
3
+# (not first n prime numbers)
4
from math import *
5
6
def all_primes(n):
0 commit comments