Commit 69d2e746 by BellCodeEditor

save project

parent 28030eac
......@@ -17,7 +17,7 @@ def new_input():
return total
result=new_input()
print(result)
"""
money=[]
def sum(money):
p=0
......@@ -27,4 +27,3 @@ def sum(money):
price = [15,35,40,18,54,60,25]
con = sum(price)
print("您一共消费了"+str(con)+"元!扫码还是现金呢!")
"""
\ No newline at end of file
import func
data=func.new_input()
score=func.sum()
print("这位选手的总分数为:"+65str(score))
\ 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