Skip to content

Instantly share code, notes, and snippets.

@rociiu
Created April 11, 2010 13:25
Show Gist options
  • Save rociiu/362710 to your computer and use it in GitHub Desktop.
Save rociiu/362710 to your computer and use it in GitHub Desktop.
def hello():
print "hello"
def hello2():
print "hello2"
hello()
hello2()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment