Commit cd99ffcb by BellCodeEditor

save project

parent 25f50a02
Showing with 4 additions and 0 deletions
......@@ -2,4 +2,8 @@
# 于是写了下面的代码,可是总是得不到结果,请帮纠正bug并跑通程序。
a = {'语文':89, '数学':95, '英语':80}
b=0
for i in a.values():
b=b+i
print(b/len(a))
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