hey i have just started making  a app using python and just gt a problem..<div><br></div><div>i have two list</div><div>a=[&quot;x&quot;,&quot;z&quot;]</div><div>b=[1,2]</div><div><br></div><div>i want to make a directory like this </div>



<div>c={&quot;x&quot;:1,&quot;z&quot;:2}</div><div><br></div><div>is it possible???? i mean i tried it using loops and all but i cant append a directory so i m unable to do this...</div><div>plz tell me if there&#39;s any way to get the directory like this.... Thanks in advance :):)</div>