We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5183bcc + a9bf68f commit 5421280Copy full SHA for 5421280
calci.py
@@ -0,0 +1,4 @@
1
+a = int(input("enter first value"))
2
+b = int(input("enter second value"))
3
+add = a+b
4
+print(add)
0 commit comments