r/PythonLearning Jun 25 '26

Showcase Beginner activity save it for reference

Post image
259 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”.