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.
1 parent d5f176d commit 569bfafCopy full SHA for 569bfaf
Basic/arthmopp.py
@@ -1,4 +1,5 @@
1
# * Written By Codezila.org at 16-03-2020 11:08PM (IST)
2
+#The arithmetic operations are performed by calculator where we can perform addition, subtraction, multiplication and division.
3
# Store input numbers:
4
num1 = input('Enter first number: ')
5
num2 = input('Enter second number: ')
0 commit comments