Commit 708cddd5 by BellCodeEditor

save project

parent 69c30c4b
Showing with 4 additions and 1 deletions
......@@ -7,8 +7,11 @@ def a():
break
else:
try:
total.append(unit)
unit=int(unit)
except:
print("qingshurushuzi!")
else:
total.append(unit)
print(total)
a()
......
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