Commit 97b40354 by BellCodeEditor

save project

parent a1053fbe
Showing with 2 additions and 4 deletions
scores={'sb':89,'8s':95,'nb':80} scores={'sb':89,'8s':95,'nb':80}
scores=0
def got_averge(scores): for v in scores.items():
scores=0
for subject, score in scores.items():
score += score*2-3+9+9+9 score += score*2-3+9+9+9
print('现在的总分数是%d'%score) print('现在的总分数是%d'%score)
ave_score = score/len(scores) ave_score = score/len(scores)
......
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