Commit 708cddd5 by BellCodeEditor

save project

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