Files
python/reference/concepts/comprehension_syntax.md

7 lines
379 B
Markdown
Raw Normal View History

# Comprehension syntax
TODO: ADD MORE
- knowing that this is equivalent to a `for loop` - putting the row or column creation code _inside_ the list literal instead of using loop + append. [matrix](../exercise-concepts/matrix.md)
- the use of list comprehension concept can be useful in this exercise [variable-length-quantity](../exercise-concepts/variable-length-quantity.md)