Commit 4e3a2bc7 by BellCodeEditor

save project

parent c500f092
Showing with 10 additions and 0 deletions
s1={'c':110,'m':110,'e':110}
s2={'c':105.5,'m':107,'e':106.5}
s3={'c':103,'m':105,'e':108}
score={'Lucas':s1,'tom':s2,'Sam':s3}
name=input("名字:")
info=score[name]
for k,v in info.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