mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 21:03:07 +02:00
Code review
This commit is contained in:
parent
f582e75cee
commit
96c267ab3b
@ -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