Commit 8782606f by BellCodeEditor

save project

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