Skip to content

Instantly share code, notes, and snippets.

@acrymble
Created June 30, 2011 09:36
Show Gist options
  • Select an option

  • Save acrymble/1055926 to your computer and use it in GitHub Desktop.

Select an option

Save acrymble/1055926 to your computer and use it in GitHub Desktop.
Python Function example 2
# greet.py
def greetEntity (x):
print "hello " + x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment