Commit c9d077d0 by BellCodeEditor

save project

parent 67edc04d
Showing with 6 additions and 5 deletions
...@@ -9,9 +9,11 @@ def suanjiage(): ...@@ -9,9 +9,11 @@ def suanjiage():
try: try:
unit=int(unit) unit=int(unit)
except: except:
total.append(unit) print("重输")
else: else:
total.append(unit) total.append(unit)
return total
print(total)
suanjiage() a=suanjiage()
\ No newline at end of file print(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