Commit c9eb37ad by BellCodeEditor

save project

parent 68fb2e97
Showing with 3 additions and 2 deletions
...@@ -7,8 +7,8 @@ def get_average(dict_1): ...@@ -7,8 +7,8 @@ def get_average(dict_1):
for subject, i in scores.items(): for subject, i in scores.items():
i += i i += i
print('复健科大健康防静电'+str(score)) print('总分数是'+str(score))
ave_score = i/len(scores) ave_score = i/len(scores)
print('打卡机都是肯定就是'+str(score/3)) print('平均分是'+str(score/3))
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