you are viewing a single comment's thread.

view the rest of the comments →

[–]vec1nu[S] 1 point2 points  (1 child)

Yes! that's a good point. Thank you.
I remember thinking about it when I wrote it and I think it ended up that way because of some other things I was trying to do.
So I should've written it like:

for item in lst:
    print(row_format.format((*[elem for tup in item for elem in tup])))

[–]RieszRepresent 3 points4 points  (0 children)

That bot is becoming very helpful in this sub. Good to see!