Commit 3c75d8f8 by BellCodeEditor

save project

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