Commit c9d077d0 by BellCodeEditor

save project

parent 67edc04d
Showing with 5 additions and 4 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
a=suanjiage()
print(a)
print(total)
suanjiage()
\ No newline at end of file
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