Skip to content

Instantly share code, notes, and snippets.

@wgottschalk
Created March 21, 2018 23:15
Show Gist options
  • Save wgottschalk/a89d8fcb14c46e7e3f8c200082aa9356 to your computer and use it in GitHub Desktop.
Save wgottschalk/a89d8fcb14c46e7e3f8c200082aa9356 to your computer and use it in GitHub Desktop.
Demoing hello world in python
def greet():
print("Hello World")
if __name__ == "__main__":
greet()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment