Compare commits

..

No commits in common. "0ff7405de9ddd66c3c640bf321e535c833f578f7" and "b4efeaf13e0b5cc9a5ca7e767b99b1d4608eb224" have entirely different histories.

2 changed files with 0 additions and 5 deletions

View File

@ -1 +0,0 @@
427

View File

@ -1,4 +0,0 @@
from math import sin
for i in range(10000):
print(" " * round(50 * (1 + sin(i/100))), "Hello World!")