Commit d93c7a38 by BellCodeEditor

save project

parent 13b1aab5
...@@ -25,7 +25,8 @@ def uuu(money): ...@@ -25,7 +25,8 @@ def uuu(money):
price = new_input() price = new_input()
pay = uuu(price) pay = uuu(price)
print("您一共消费了"+str(pay)+"元!扫码还是现金呢?") #print("您一共消费了"+str(pay)+"元!扫码还是现金呢?")
print("这位选手的总分数为:"+str(uuu))
......
import qqq import qqq
data = qqq.new_input() a=qqq.new_input()
score = qqq.uuu(data) b=qqq.sum()
print("这位选手的总分数为:"+str(uuu)) print("这位选手的总分数为:"+str(uuu))
#data = qqq.new_input()
#score = qqq.uuu(data)
\ 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