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=["x","z"]</div><div>b=[1,2]</div><div><br></div><div>i want to make a directory like this </div>
<div>c={"x":1,"z":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's any way to get the directory like this.... Thanks in advance :):)</div>