We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7bc510 commit aa05c03Copy full SHA for aa05c03
19100401/zoushui/d3_exercice_calculator.py
@@ -30,5 +30,4 @@ def divide(x,y):
30
elif choise == '4':
31
print(num1,"/",num2,"=", divide(num1,num2))
32
else:
33
- print("你输入的有误,请重新输入")
34
-
+ print("你输入的有误,请重新输入")
0 commit comments