Created
December 31, 2014 20:27
-
-
Save anonymous/05deac3ce1739979892d to your computer and use it in GitHub Desktop.
Happy New Year!
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
| import time | |
| import os | |
| def plopp(): | |
| time.sleep(0.5) | |
| print("\033[0;0H ") | |
| print( " ") | |
| print( " # ") | |
| print( " ") | |
| print( " ") | |
| print( " ") | |
| time.sleep(0.5) | |
| print("\033[0;0H ") | |
| print( " \ # / ") | |
| print( " - ### - ") | |
| print( " / # \ ") | |
| print( " ") | |
| print( " ") | |
| time.sleep(0.5) | |
| print("\033[0;0H \ / ") | |
| print( " \ # / ") | |
| print( " -- # # -- ") | |
| print( " / # \ ") | |
| print( " / \ ") | |
| print( " ") | |
| time.sleep(0.5) | |
| print("\033[0;0H \ / ") | |
| print( " ") | |
| print( " .~- -~. ") | |
| print( " ") | |
| print( " / \ ") | |
| print( " ") | |
| time.sleep(0.5) | |
| print("\033[0;0H ") | |
| print( " ") | |
| print( " . . ") | |
| print( " . ") | |
| print( " . . ") | |
| print( " . ") | |
| time.sleep(0.5) | |
| def go(): | |
| while int(os.popen("date +%s").read().strip()) < 1420066799: #cet of course | |
| #Raclette | |
| pass | |
| plopp() | |
| go() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment