Commit dbdfaf2f by BellCodeEditor

save project

parent 7b5d512f
Showing with 0 additions and 4 deletions
...@@ -8,9 +8,6 @@ def new_input(): ...@@ -8,9 +8,6 @@ def new_input():
except: except:
print("要输入数字") print("要输入数字")
else: else:
if unit== 'q':
break
else:
total.append(unit) total.append(unit)
print(total) print(total)
new_input() new_input()
\ No newline at end of file
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