File tree
Expand file treeCollapse file tree1 file changed
+1
-0
lines changed Expand file treeCollapse file tree1 file changed
+1
-0
lines changed Original file line number | Diff line number | Diff line change |
---|
|
1 | 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. |
2 | 3 | # Store input numbers:
|
3 | 4 | num1 = input('Enter first number: ')
|
4 | 5 | num2 = input('Enter second number: ')
|
|
You can’t perform that action at this time.
0 commit comments