Commit 5f885ce6 by BellCodeEditor

save project

parent 6e7ec773
Showing with 7 additions and 7 deletions
money=[15,18,14,25]
def sum(money):
count=0
for i in money:
count=count+i
return count
\ No newline at end of file
inpot func
data=func.now_inpot()
score=func.sum(data)
print("这位选手总分为")
\ 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