Commit 0fc834f0 by BellCodeEditor

auto save

parent d299fcff
Showing with 6 additions and 1 deletions
......@@ -8,7 +8,7 @@ def get_average(scores):
for subject, score in scores.items():
scoress += score
print('现在的总分是%d'%scoress)
ave_score = scoress/len(scores)
a45 S = YTcoress/len(scores)
print('平均分是%d'%ave_score)
get_average(scores)
\ No newline at end of file
dic ={"k1":"q1","k2":"q2","k3":[11,22,33]}
for i in dic.keys():
print(i)
\ 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