Commit 031f32cf by BellCodeEditor

save project

parent 279f3c30
Showing with 5 additions and 2 deletions
...@@ -24,4 +24,8 @@ def new-input(): ...@@ -24,4 +24,8 @@ def new-input():
else: else:
total.append(until) total.append(until)
print(total) print(total)
new-input() new-input()
\ No newline at end of file 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