Merge pull request '[0] Initial commit' (#19) from skorohodovsa/2026-rff_mp:main into develop
Reviewed-on: #19
This commit is contained in:
commit
487ff6d741
1
skorohodovsa/427
Normal file
1
skorohodovsa/427
Normal file
|
|
@ -0,0 +1 @@
|
|||
427
|
||||
4
skorohodovsa/main.py
Normal file
4
skorohodovsa/main.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
from math import sin
|
||||
|
||||
for i in range(10000):
|
||||
print(" " * round(50 * (1 + sin(i/100))), "Hello World!")
|
||||
Loading…
Reference in New Issue
Block a user