Skip to content

Instantly share code, notes, and snippets.

@heloa-net
Created March 19, 2023 15:58
Show Gist options
  • Save heloa-net/164600516f831cc53e120d787d55fcea to your computer and use it in GitHub Desktop.
Save heloa-net/164600516f831cc53e120d787d55fcea to your computer and use it in GitHub Desktop.
Hello World - Python
def hello():
return "Hello World!"
hello()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment