Commit 031f32cf by BellCodeEditor

save project

parent 279f3c30
Showing with 4 additions and 0 deletions
......@@ -25,3 +25,7 @@ def new-input():
total.append(until)
print(total)
new-input()
try:
int(unit)
except:
print("q是整数哦")
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment