Compare commits

...

3 Commits

Author SHA1 Message Date
487ff6d741 Merge pull request '[0] Initial commit' (#19) from skorohodovsa/2026-rff_mp:main into develop
Reviewed-on: #19
2026-02-14 09:29:46 +00:00
SerKin0
0ff7405de9 [0] Добавление main.py 2026-02-14 12:00:32 +03:00
SerKin0
f6a224a94a 2026-02-14 11:26:52 +03:00
2 changed files with 5 additions and 0 deletions

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