Created
March 8, 2021 15:03
-
-
Save Ash515/68a4ca85ee423e2f34452f8b274c2cf0 to your computer and use it in GitHub Desktop.
This file contains 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
print("Addition of two numbers") | |
a=10 | |
b=20 | |
c=a+b | |
print(c) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment