Commit 003c0938 by BellCodeEditor

save project

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