Commit 95366895 by BellCodeEditor

save project

parent ceab5290
Showing with 19 additions and 3 deletions
...@@ -2,5 +2,22 @@ q1={'1':1,'2':3,'3':4} ...@@ -2,5 +2,22 @@ q1={'1':1,'2':3,'3':4}
q2={'1':1,'2':3,'4':5} q2={'1':1,'2':3,'4':5}
q3={'1':1,'2':3} q3={'1':1,'2':3}
q={'w1':q1,'w2':q2,'w3':q3} q={'w1':q1,'w2':q2,'w3':q3}
ww=q['w1'] ww=input('')
print(ww) print('*'*3000)
\ No newline at end of file if ww in q:
q=q[ww]
for k,v in q.items():
print(k,v)
print('#'*3000)
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