Skip to content

Instantly share code, notes, and snippets.

@Achifaifa
Created January 1, 2015 12:32
Show Gist options
  • Save Achifaifa/a6c604e3c98c6d08de78 to your computer and use it in GitHub Desktop.
Save Achifaifa/a6c604e3c98c6d08de78 to your computer and use it in GitHub Desktop.
We missed the stupid new year thing, so I had to do this.
#! /usr/bin/env python
import os,time
if __name__=="__main__":
print "Get ready!"
for i in range(3,0,-1):
print "%i..."%i,
time.sleep(1)
# Quarter stuff
print "\nnope"
for i in range(4):
os.system('beep')
time.sleep(0.25)
os.system('beep')
time.sleep(1)
# Huge dongs
print "Go!"
for i in range(12):
os.system('beep')
print "%i..."%i,
time.sleep(2)
print "Celebration complete. Go back to work."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment