Commit 96a89edd by BellCodeEditor

save project

parent 1984bc59
Showing with 4 additions and 2 deletions
......@@ -4,4 +4,6 @@ def get_averang(score):
for subject,score in score.items():
score += score
print("现在的总分是%d"%score)
\ No newline at end of file
ave_score = score/len((score))
print("平均值是%d"%ave_score)
get_averang(scoress)
\ 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