Commit bd808216 by BellCodeEditor

save project

parent f0d6e365
Showing with 16 additions and 0 deletions
q1={'通过v染色体':42353526,'通过热情天涯会突然地方':546785634235678,'韩国的你大概梦':34567876543}
q2={'通过v染色体':42353526,'通过热情天涯会突然地方':546785634235678,'韩国的你大概梦':34567876543}
q3={'通过v染色体':42353526,'通过热情天涯会突然地方':546785634235678,'韩国的你大概梦':34567876543}
s={'1':q1,'2':q2,'3':q3}
while True:
print('如果想提出恩esc')
n=input('密码')
if n in s:
l=s[n]
for j,k in l.items():
print(j,k)
elif n=='esc':
break
else:
print('没有')
\ No newline at end of file
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