Created
July 21, 2021 17:16
-
-
Save aniketmlk6/467a1aeb8a89eb6925a622124b7baa46 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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