Files
python/reference/concepts/comprehension_syntax.md
Michael Morehouse 29478dd68c Organize concepts, eliminate duplication
* Stage 1

* Finish restructuring, add checkboxes.

* Minor format fixes

* fixing broken link

* fixing broken link

* fixing README link

* Fix multiples bad links

* Fix links in reference/concepts/keywords/README.md

* Correcting list description
2021-01-29 11:14:36 -05:00

379 B

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
  • the use of list comprehension concept can be useful in this exercise variable-length-quantity