Skip to content

Instantly share code, notes, and snippets.

@moulik-source
Created June 3, 2023 08:36
Show Gist options
  • Save moulik-source/262f8ec783d0a214c089e69d7fc26ed3 to your computer and use it in GitHub Desktop.
Save moulik-source/262f8ec783d0a214c089e69d7fc26ed3 to your computer and use it in GitHub Desktop.
some_var = 10
some_var = some_var + 5
print(some_var)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment