Skip to content

Instantly share code, notes, and snippets.

@Mithrandir0x
Created November 20, 2011 19:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mithrandir0x/1380786 to your computer and use it in GitHub Desktop.
Save Mithrandir0x/1380786 to your computer and use it in GitHub Desktop.
MIERDA
def mierda():
for i in range(0, 20):
for j in range(0, 5):
print 'mierda,',
print
mierda()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment