Commit e4edf820 by BellCodeEditor

save project

parent f082412c
Showing with 14 additions and 0 deletions
s={'l':12,'z':11,'t':12,'h':11}
f={'d':10,'x':11,'b':12,'t':11}
q={'c1':s,'c2':f}
while True:
name = input("输入名字叫:")
if name in q :
a = q[name]
print('-'*60)
for k,v in a.items():
print(k,v)
break
else:
print('输入错误')
\ 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