Hi all.

 I have 2 lists,
 a = [1,2,3]
 b = ["ooo","aaa","ppp"]

 What is the fastest way to make a dict like {1:"ooo",2:"aaa",
3:"ppp"} ?

Thanx

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to