Skip to content

Commit 569bfaf

Browse files
authored
arithmetic operations.py
CODEZILA | codePy
1 parent d5f176d commit 569bfaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Basic/arthmopp.py

Lines changed: 1 addition & 0 deletions
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)