Created
December 20, 2015 08:59
-
-
Save alecthegeek/c73f0d4c70c94437c7a0 to your computer and use it in GitHub Desktop.
Dad Joke
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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