mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 18:03:14 +02:00
Code review
This commit is contained in:
parent
50d85f2007
commit
a2700e6387
@ -42,6 +42,6 @@ def print_sieve(num: int) -> None:
|
||||
# Driver code
|
||||
if __name__ == '__main__':
|
||||
num = int(input("Enter a number: "))
|
||||
print("Following are the prime numbers smaller"),
|
||||
print("Following are the prime numbers smaller")
|
||||
print("than or equal to", num)
|
||||
print_sieve(num)
|
||||
Loading…
Reference in New Issue
Block a user