develop #390

Merged
git_admin merged 191 commits from BobrovKN/2026-rff_mp:develop into main 2026-09-05 08:20:49 +00:00
2 changed files with 5 additions and 0 deletions
Showing only changes of commit 487ff6d741 - Show all commits

1
skorohodovsa/427 Normal file
View File

@ -0,0 +1 @@
427

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