Commit 7ac28e49 by BellCodeEditor

save project

parent 0ea626c3
Showing with 17 additions and 0 deletions
m={'老鸡':8,'老鼠':15,'老汉':20,'秃头':21}
print(m['秃头'])
print(weather)
one={'语文':91,'数字':98,'英语':85,}
two={'语文':81,'数字':88,'英语':75,}
three={'语文':71,'数字':78,'英语':65,}
four={'语文':61,'数字':68,'英语':55,}
five={'语文':51,'数字':58,'英语':45,}
six={'语文':41,'数字':48,'英语':35,}
seven={'语文':31,'数字':38,'英语':25,}
eight={'语文':21,'数字':28,'英语':15,}
nine={'语文':11,'数字':8,'英语':5,}
for k,v in six.items() :
print(k,v)
\ 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