Skip to content

Instantly share code, notes, and snippets.

@zaireali649
Created May 31, 2023 23:07
Show Gist options
  • Save zaireali649/4a202e1be1aab09d48ecedeb1ac8983c to your computer and use it in GitHub Desktop.
Save zaireali649/4a202e1be1aab09d48ecedeb1ac8983c to your computer and use it in GitHub Desktop.
def hello_world():
print("Hello World.")
def hello_world_return():
return("Hello World.")
if __name__ == '__main__':
hello_world()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment