Skip to content

Instantly share code, notes, and snippets.

@pomartel
Created October 11, 2023 13:36
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 pomartel/c93050d8c6e89d887f608ef6c4865a2c to your computer and use it in GitHub Desktop.
Save pomartel/c93050d8c6e89d887f608ef6c4865a2c to your computer and use it in GitHub Desktop.
Variables
a = 2
b = 3
print(a+b)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment