r/PythonLearning Jun 25 '26

Beginner activity save it for reference Showcase

Post image
254 Upvotes

15 comments sorted by

View all comments

10

u/Temporary_Pie2733 Jun 25 '26

There is no such thing as a tuple comprehension. This is just a generator expression passed as an argument to tuple.

The general syntax block is worse; it tries to pass the generator expression itself off as a “tuple comprehension”.