Commit 302f4c9e by BellCodeEditor

save project

parent 56472371
Showing with 10 additions and 0 deletions
......@@ -2,3 +2,13 @@ a={"a":1}
s={"s":2}
d={"e":3}
name={"q":a,"w":s,"x":d}
names=input("mingzi")
print("******************************")
if names in name:
name=names
for k, v in name.items():
print(k,v)
print("*"*30)
else:
print(KO)
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