Commit ae9a98a8 by BellCodeEditor

save project

parent a9ee789e
Showing with 9 additions and 0 deletions
scores = {"语":89,"数":95,"英":80}
def get_average(scores):
score = 0
for subject,a in score.items():
score += a
print("aaaaaaaaaa%d"%score)
ave_score = score/len(scores)
print("tttttttttt%d"%ave_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