1
0
forked from UNN/2026-rff_mp

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

This commit is contained in:
SerKin0 2026-02-14 11:35:41 +03:00
parent f6a224a94a
commit 0ff7405de9

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!")