Commit 718d7519 by BellCodeEditor

save project

parent 7aa1b3c8
Showing with 10 additions and 0 deletions
s={'语文':89,'数学':95,'英语':80}
def get_average(s):
s=0
for subject,s in s.itrms():
s+=s
print('现在的总分是%d%s')
ave_s=s/len(s)
print("平均分是%d'ave_s")
get_average(s)
\ 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