Skip to content

Instantly share code, notes, and snippets.

@aniketmlk6
Created July 21, 2021 17:16
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 aniketmlk6/467a1aeb8a89eb6925a622124b7baa46 to your computer and use it in GitHub Desktop.
Save aniketmlk6/467a1aeb8a89eb6925a622124b7baa46 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