diff --git a/skorohodovsa/427 b/skorohodovsa/427 new file mode 100644 index 0000000..acf052b --- /dev/null +++ b/skorohodovsa/427 @@ -0,0 +1 @@ +427 diff --git a/skorohodovsa/main.py b/skorohodovsa/main.py new file mode 100644 index 0000000..ba8db40 --- /dev/null +++ b/skorohodovsa/main.py @@ -0,0 +1,4 @@ +from math import sin + +for i in range(10000): + print(" " * round(50 * (1 + sin(i/100))), "Hello World!")