Skip to content

Instantly share code, notes, and snippets.

@aniketmlk6
Created July 21, 2021 17:13
Show Gist options
  • Save aniketmlk6/cc748c75028dd176f61d44cfc17c07ca to your computer and use it in GitHub Desktop.
Save aniketmlk6/cc748c75028dd176f61d44cfc17c07ca to your computer and use it in GitHub Desktop.
a = 3
b = 5
c = a + b
print(c)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment