Commit 6c7dc524 by BellCodeEditor

save project

parent 95994241
Showing with 5 additions and 0 deletions
...@@ -12,6 +12,11 @@ def new_total(): ...@@ -12,6 +12,11 @@ def new_total():
if unit== 'q': if unit== 'q':
break break
else: else:
try:
int(unit)
except:
print('給我输真缺德蔡明')
else:
total.append(unit) total.append(unit)
print(total) print(total)
for i in len(total): for i in len(total):
......
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