Commit c7e0aaf4 by BellCodeEditor

save project

parent 3df65f2d
Showing with 7 additions and 0 deletions
q1={'1':1,'2':3,'3':4}
q2={'1':1,'2':3,'4':5}
q3={'1':1,'2':3}
q={'w1':q1,'w2':q2,'w3':q3}
ww=q['w1']
print(ww)
\ 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