Closed as not planned
Closed as not planned
Description
5.3. Tuples and Sequences should have the explanation of the indirect way of tuple comprehensions as shown below:
Tuple comprehensions are not supported but if you really want them, do this with tuple() as shown below:
squares = tuple(x**2 for x in range(10))
Metadata
Metadata
Assignees
Projects
Status
Todo