mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-09 21:56:47 +08:00
Fix all errors mentioned in pre-commit run (#2512)
* Fix all errors mentioned in pre-commit run: - Fix end of file - Remove trailing whitespace - Fix files with black - Fix imports with isort * Fix errors
This commit is contained in:
@ -4,10 +4,10 @@
|
||||
Sieve of Eratosthenes
|
||||
|
||||
Input : n =10
|
||||
Output: 2 3 5 7
|
||||
Output: 2 3 5 7
|
||||
|
||||
Input : n = 20
|
||||
Output: 2 3 5 7 11 13 17 19
|
||||
Output: 2 3 5 7 11 13 17 19
|
||||
|
||||
you can read in detail about this at
|
||||
https://en.wikipedia.org/wiki/Sieve_of_Eratosthenes
|
||||
|
Reference in New Issue
Block a user