Commit 72b1c279 by BellCodeEditor

save project

parent 05e7d622
import func
data=func.new_input()
score=func.sum(data)
print("这位选手的总得分为:"+str(score))
def sum(money):
money=[9,5,7,4]
for i in money:
return money[i]
money=0+money
print(money)
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