Commit 752def0e by BellCodeEditor

auto save

parent fe7ca441
Showing with 3 additions and 2 deletions
......@@ -3,11 +3,12 @@
scores = {'语文':89,'数学':95,'英语'80}
def adj_everage():
def adj_everage(shuchu):
score_everage=0
for i in score.values():
score_everage=score_everage+i
print('平均数:'score.)
print('平均数:'score_everage)
......
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