Skip to content

Instantly share code, notes, and snippets.

@stephenLee
Created August 22, 2012 12:41
Show Gist options
  • Save stephenLee/3425193 to your computer and use it in GitHub Desktop.
Save stephenLee/3425193 to your computer and use it in GitHub Desktop.
embed gist to my blog
def test_gist():
if worked == True:
print "It's cool!"
else:
print "Damn it!"
if __name__ == '__main__':
test_gist()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment