Skip to content

Commit 5697008

Browse files
committed
19100401_day3
1 parent bbd53c0 commit 5697008

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

19100401/Yunke80/d3_exercise_calculator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
def multiply(x,y):
21
numA=float(input('Please enter a number: '))
32
op=input('Please enter a operator: ')
43
numB=float(input('Please enter another number: '))

0 commit comments

Comments
 (0)