Skip to content

Instantly share code, notes, and snippets.

@KianYang-Lee
Created January 23, 2022 04:33
Show Gist options
  • Save KianYang-Lee/a34be2c7a0707ab0eb1f443ff18fcc15 to your computer and use it in GitHub Desktop.
Save KianYang-Lee/a34be2c7a0707ab0eb1f443ff18fcc15 to your computer and use it in GitHub Desktop.
"Hello World" in Python
my_output = "hello world"
print(my_output)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment