Commit 2d8c84ba by BellCodeEditor

save project

parent 83210f65
Showing with 8 additions and 0 deletions
kie={'语文':89,'数学':95,'英语':80,'物理':90,'化学':88}
s=0
for v in kie.values():
s=s+v
print('总分是%d'%s)
sc=s/len(kie)
print("平均分是%d"%sc)
\ 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