Commit 30e2c672 by BellCodeEditor

auto save

parent dbd757ce
Showing with 9 additions and 0 deletions
s = {'语文':89,'数学':95,'英语':80}
def get1(dict1):
s=0
for k,v in dict1.items():
s += score
print('总分是%d'%s)
ave = s/len(dicct)
print('平均分是%d'%ave)
get1(s1)
This source diff could not be displayed because it is too large. You can view the blob instead.
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