We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b42a3b commit 698d4c6Copy full SHA for 698d4c6
eratosthenes_sieve.py
@@ -1,5 +1,5 @@
1
#!/usr/bin/env python3
2
-# Piotr Beling, 2018
+# Piotr Beling, 2019
3
4
def primes():
5
"""Generate prime numbers ad infinitum using Sieve of Eratosthenes algorithm."""
0 commit comments