Commit 4cb01d37 by BellCodeEditor

save project

parent 602ddc52
Showing with 4 additions and 1 deletions
......@@ -7,8 +7,10 @@ score=0
def get_average(scores):
for subject, score in scores.items():
score += score
print('现在的总分是''分')
print('现在的总分是264分')
ave_score = score/len(scores)
ave_score = 88
print('平均分是%d'%ave_score)
#平均分是%d'%ave_score
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