We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5d5080 + 659e194 commit 27bfd0eCopy full SHA for 27bfd0e
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