Commit c5ec491e by BellCodeEditor

save project

parent 3dfc4cb4
Showing with 8 additions and 0 deletions
o={'语文':84,'英语':95.5,'数学':100}
s=0
for v in o.values():
s+= v
a=len(o)
r=s/a
print("r="+str(r))
\ 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