Commit 586c90af by BellCodeEditor

save project

parent 35cef105
Showing with 7 additions and 2 deletions
import diy
data = diy.new_input()
score = diy.sum(data)
print("这位选手的总分是:"+ str(score))
\ No newline at end of file
......@@ -26,4 +26,4 @@ def sum(money):
price = new_input()
pay = sum(price)
print("你一共消费了" + str(pay) + "元!扫码还是现金呢?")
\ No newline at end of file
#print("你一共消费了" + str(pay) + "元!扫码还是现金呢?")
\ 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