Skip to content

Instantly share code, notes, and snippets.

@NickBeeuwsaert
Created November 2, 2013 03:59
Show Gist options
  • Save NickBeeuwsaert/7275335 to your computer and use it in GitHub Desktop.
Save NickBeeuwsaert/7275335 to your computer and use it in GitHub Desktop.
Some stupid programmer humor
#!/usr/bin/env python
if __name__ == "__main__":
print("Why do programmers confuse Halloween and Christmas?");
print("Because oct %o == dec %d!"%(25, 031));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment