Commit b1eddddb by BellCodeEditor

save project

parent d6651600
Showing with 3 additions and 2 deletions
...@@ -1009,9 +1009,10 @@ def new_inpur ...@@ -1009,9 +1009,10 @@ def new_inpur
except: except:
print("") print("")
else: else:
total.append(unit) total.append(money)
finally:
print("-"*30) print("-"*30)
print(total) return total
else: else:
total.append(unit) total.append(unit)
......
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