J
Jia Lu
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
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