Skip to content

Commit e4219e7

Browse files
committed
Changes
1 parent 6741205 commit e4219e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

calculator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ def multiplication(number1, number2):
99
print("Select operation.")
1010
print("1. Add")
1111
print("2. Multiply")
12+
print("3. Divide")
1213

1314
while True:
1415
# take input from the user

0 commit comments

Comments
 (0)