Commit a2d0f5d4 by BellCodeEditor

save project

parent 91984bce
Showing with 9 additions and 0 deletions
score = {'悟空语文':95,'悟空数学':88,'悟空英语':85,'悟空美术':97}
def get_a(score):
num=0
for i in score.values():
num+=i
print(num)
a=num/len(score)
print(a)
get_a(score)
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