test1
This commit is contained in:
7
operators_8.py
Normal file
7
operators_8.py
Normal file
@@ -0,0 +1,7 @@
|
||||
n = int(input("Введите число n: "))
|
||||
|
||||
num = 0
|
||||
while num <= n:
|
||||
print(num, end=" ")
|
||||
num += 5
|
||||
print()
|
||||
Reference in New Issue
Block a user