Skip to content

Instantly share code, notes, and snippets.

@blewert
Created February 11, 2015 10:14
Show Gist options
  • Save blewert/75fcdfef570c48a9715a to your computer and use it in GitHub Desktop.
Save blewert/75fcdfef570c48a9715a to your computer and use it in GitHub Desktop.
for i in range(0, 9999):
for j in range(0, 2):
print(" " * int(sin(((10*j) - i)*0.07) * 50 + 80)) + "#";
print(" " * int(cos(((10*j) - i)*0.07) * 50 + 80)) + "#";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment