Commit 549393ce by BellCodeEditor

save project

parent f63ac759
Showing with 2 additions and 1 deletions
...@@ -11,6 +11,6 @@ def get_average(dict_1): ...@@ -11,6 +11,6 @@ def get_average(dict_1):
v += v v += v
print('现在的总分是%d'+str(scores)) print('现在的总分是%d'+str(scores))
ave_score = score/len(scores) ave_score = score/len(scores)
print('平均分是'+str(ave_score))_ print('平均分是'+str(ave_scors))_
get_average(scores) 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