Skip to content

Instantly share code, notes, and snippets.

@sparticlesteve
Created May 1, 2014 00:59
Show Gist options
  • Save sparticlesteve/227d2e7197a0af7477f3 to your computer and use it in GitHub Desktop.
Save sparticlesteve/227d2e7197a0af7477f3 to your computer and use it in GitHub Desktop.
Happy birthday, Serhan!
import datetime
from coolpeople import serhan
today = datetime.date.today()
if today == datetime.date(2014, 4, 30):
print 'HAPPY BIRTHDAY!'
serhan.age += 1
serhan.ponder_inevitable_demise()
@amete
Copy link

amete commented May 1, 2014

Hahahaha, this is awesome! Thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment