File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# * 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.
23
# Store input numbers:
34
num1 = input('Enter first number: ')
45
num2 = input('Enter second number: ')

0 commit comments

Comments
 (0)