Commit 85c93b40 by BellCodeEditor

save project

parent 05e7d622
import func
data = func.new_input()
score = func.sum(data)
print("这位选手的总分为:"+str(scoree))
\ No newline at end of file
def sum(money):
count=0
for i in money:
count=count+i
return count
\ 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