Commit 8fe71fe6 by BellCodeEditor

save project

parent 01d7c24d
Showing with 5 additions and 7 deletions
def sum(money):
count=0
for i in money:
count=count+i;
return count
\ No newline at end of file
import func
data = func.new_input()
score = func.sum(data)
print("这位选手的分数为:"+srt(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