Skip to content

Instantly share code, notes, and snippets.

@hmm34
Created August 27, 2021 15:39
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 hmm34/f93e83d6af5d07b756641470d42ef3fc to your computer and use it in GitHub Desktop.
Save hmm34/f93e83d6af5d07b756641470d42ef3fc to your computer and use it in GitHub Desktop.
# Example 1
print("Hello World!")
x = 5
y = x + 3
print(y)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment