Commit d99739b1 by BellCodeEditor

save project

parent 2eecc0ee
Showing with 8 additions and 0 deletions
def get_sumscore(fenshu):
sum_score=0
for k,v in scores.items():
sum_score=sum_score+v
print(':',sum_score)
ave_score=sum_score/len(scores)
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