Comment on Moving to Python 3parentComments−masklinn15y> Well, you can build an equivalent loop without too much difficulty, and you're used to doing that.You can build an equivalent list or generator comprehension (just generate tuples and feed that to `dict`). It's just ugly.−glenjamin15yI believe that was the OP's point.
Comments
> Well, you can build an equivalent loop without too much difficulty, and you're used to doing that.
You can build an equivalent list or generator comprehension (just generate tuples and feed that to `dict`). It's just ugly.
I believe that was the OP's point.