Compare commits

..

No commits in common. "487ff6d741603eb2d58e14b7423a599fd2f461b0" and "9ad53dbe151d4175d34e5f8bd493b75bbe1b5d6c" 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!")