Commit 51850fd3 by BellCodeEditor

save project

parent 94f4918d
Showing with 13 additions and 0 deletions
...@@ -7,3 +7,16 @@ for k,v in d.items(): ...@@ -7,3 +7,16 @@ for k,v in d.items():
for i,j in v.items(): for i,j in v.items():
print(i,j,end=" ") print(i,j,end=" ")
print() print()
n=input("输入你的名字")
if n im d:
print(d[n])
else:
print("没有这个人")
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