[0] initial commit #31

Closed
IvantsovMA wants to merge 26 commits from develop into main
Showing only changes of commit 0ff7405de9 - Show all commits

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