@@ -0,0 +1,7 @@
n = int(input("Введите число n: "))
num = 0
while num <= n:
print(num, end=" ")
num += 5
print()
The note is not visible to the blocked user.