Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 379 Bytes

File metadata and controls

6 lines (4 loc) · 379 Bytes

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