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 7aaed7c commit 2322aaeCopy full SHA for 2322aae
maths/sieve_of_atkin.py
@@ -106,4 +106,4 @@ def sieve_of_atkin(limit: int) -> list[int]:
106
107
# Example usage
108
print("Prime numbers up to 30 using Sieve of Atkin:")
109
- print(sieve_of_atkin(30))
+ print(sieve_of_atkin(30))
0 commit comments