Skip to content

Instantly share code, notes, and snippets.

@alecthegeek
Created December 20, 2015 08:59
Show Gist options
  • Save alecthegeek/c73f0d4c70c94437c7a0 to your computer and use it in GitHub Desktop.
Save alecthegeek/c73f0d4c70c94437c7a0 to your computer and use it in GitHub Desktop.
Dad Joke
#!/usr/bin/env python3
print("S",end='')
for i in range(int(10E3)):
print('o',end='')
print('n',end=None)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment