Skip to content

Instantly share code, notes, and snippets.

@grodtron
Created August 25, 2011 05:00
Show Gist options
  • Save grodtron/1170012 to your computer and use it in GitHub Desktop.
Save grodtron/1170012 to your computer and use it in GitHub Desktop.
Test Gist
from names import name
def main():
print "hello " + name
if __name__ == "__main__":
main()
name = "grodtron"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment