Commit af695049 by BellCodeEditor

save project

parent 0ea626c3
Showing with 16 additions and 0 deletions
s1={'数':98,'语':67,'外':90}
s2={'数':92,'语':63,'外':95}
s3={'数':93,'语':65,'外':93}
score={'a':s1,'b':s2,'c':s3}
name=input('名字')
print('*'*30)
if name in score:
info=score[name]
for k,v in info.items():
print(k,v)
print('*'*30)
else:
print('无人')
\ No newline at end of file
score=[s1={shushu}]
\ 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