Commit 8782606f by BellCodeEditor

save project

parent 192ae6f1
Showing with 5 additions and 0 deletions
...@@ -6,6 +6,11 @@ while True: ...@@ -6,6 +6,11 @@ while True:
name=input("name") name=input("name")
if name in s: if name in s:
a=s[name] a=s[name]
print("*"*30)
for k,v in a.items(): for k,v in a.items():
print(k,v) print(k,v)
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