Skip to content

Instantly share code, notes, and snippets.

@aniketmlk6
Created July 13, 2021 18:51
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/901756033dd0432c569d7c65358da8d0 to your computer and use it in GitHub Desktop.
Save aniketmlk6/901756033dd0432c569d7c65358da8d0 to your computer and use it in GitHub Desktop.
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