Commit 708cddd5 by BellCodeEditor

save project

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