|
|
|
|
|
by liyanage
4480 days ago
|
|
That order is the part that confused me. I expected to read it right-to-left, instead it's left to right for the for statements, then the expression on the left at the end. I see now that the Python docs explain this very clearly... |
|