Commit 10ca576e by BellCodeEditor

auto save

parent e8937d0c
Showing with 18 additions and 0 deletions
student1 = {'语文':101,'树穴':118,'阴雨':21}
student2 = {'语文':0,'树穴':1,'阴雨':1}
student3 = {'语文':1,'树穴':1,'阴雨':2}
score = ["t":student1,"e":student2,"d":student3,]
name = input("名字:")
if name in score:
score = score[name]
for k,v in score.items():
print(k,v)
print("**" * 30)
else:
print("TM输错了")
\ 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