We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2fe2c0 commit 659e194Copy full SHA for 659e194
simple_calcu.py
@@ -0,0 +1,5 @@
1
+while True:
2
+ print(int(input("enter first number..")) + int(input("enter second number..")))
3
+ q= input("press q to quit or press anu key to continue").lower()
4
+ if q==" q":
5
+ break
0 commit comments