[0] Добавление main.py

This commit is contained in:
SerKin0 2026-02-14 12:29:33 +03:00
parent f6a224a94a
commit 9cf5ffa339

4
skorohodovsa/main.py Normal file
View File

@ -0,0 +1,4 @@
from math import sin
for i in range(10000):
print(" " * round(50 * (1 + sin(i/100))), "Hello World!")