Commit 7df39c16 by BellCodeEditor

save project

parent c66a449e
scores = {'Chinese':10,'sb':21,'Engling'0 }
def get_average(scores)
scores = 0
for subject, scores in scores.items():
scores += scores
print('hdhhhdhjhhdhh%d'%scores)
ave_scoes = scores/len(scores)
print('hdh%d'%ave_scoes)
get_average(scores)
\ 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