I have two lists
a: a, b, c, d, e
b: blue, white, brown, yellow, red
I need a to become blue's key in a dictonary, so i need to do this:
dictonary[a]="blue"
but how do I do it using the same for...
|
|
Use
Because the |
||||
|
|
|
If you actually want to loop over the lists concurrently, you can loop over indices:
If you just want to achieve the result described, it is better to do what Martijn Pieters said and use |
||||
|
|