Created
July 13, 2021 18:51
-
-
Save aniketmlk6/901756033dd0432c569d7c65358da8d0 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 = int(input("enter a:")) | |
b = int(input("enter b:")) | |
c = int(input("enter c:")) | |
d = a + b + c | |
print(d) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment