[1][2] Labs #338

Merged
VladimirGub merged 32 commits from skorohodovsa/2026-rff_mp:main into develop 2026-05-30 11:56:43 +00:00
Showing only changes of commit 568d2cbf23 - 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!")