Hacker News new | ask | show | jobs
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...

1 comments

Yes. Meant to say that but forgot - that the Python docs explain it. That's where I read it myself :)