Commit 3c75d8f8 by BellCodeEditor

save project

parent f4622191
Showing with 11 additions and 7 deletions
......@@ -3,9 +3,14 @@ s2={'as':1,'aq':1}
sc={'ds':s1,'df':s2}
name=input("名")
if name in sc:
info=sc[name]
elif:
print("错了,输名")
\ No newline at end of file
while True:
name=input("名")
if name in sc:
for k,v in sc[name].items():
print("*"*30)
print(k,v)
print("*"*30)
elif name==p:
break
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