Commit 25a9599a by BellCodeEditor

save project

parent 9300e5f8
Showing with 5 additions and 4 deletions
......@@ -7,14 +7,15 @@ def new_input():
else:
try:
money = int(money)
except:
else:
print("请重新输入一个数")
finally:
print("-"*30)
print("=====================")
return total
new_input()
print(result)
\ No newline at end of file
pay = sum(print)
print("消费" + str(pay) + "ghjkl;")
\ 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