Commit 08c513f0 by BellCodeEditor

auto save

parent 770b2938
Showing with 7 additions and 0 deletions
...@@ -3,6 +3,13 @@ ...@@ -3,6 +3,13 @@
scores = {'语文':89,'数学':95,'英语'80} scores = {'语文':89,'数学':95,'英语'80}
def adj_everage():
score_everage=0
for i in score.values():
score_everage=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