Skip to content

Instantly share code, notes, and snippets.

@hsali
Created December 22, 2017 18:29
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 hsali/a5845d7db82397f082d221c9bb5f8d51 to your computer and use it in GitHub Desktop.
Save hsali/a5845d7db82397f082d221c9bb5f8d51 to your computer and use it in GitHub Desktop.
Python Hello World Application
def hello_function():
print "Hello World"
# This is comment.
# calling function
hello_function()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment