Skip to content

Instantly share code, notes, and snippets.

@plathrop
Created January 14, 2015 21:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plathrop/8d6ae023f7c21a4d183e to your computer and use it in GitHub Desktop.
Save plathrop/8d6ae023f7c21a4d183e to your computer and use it in GitHub Desktop.
use_dynamo = '0'
if use_dynamo > 0:
print "hello!"
if use_dynamo:
print "world!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment