Chapter 6 Reading Guide

  1. Take in a list of numbers and output a list containing all of the numbers greater than 8.

  2. Take in a list of numbers and output a list containing all of the numbers between 10 and 20 (inclusive).

  3. Take in a list of numbers. Multiply all of the numbers in a list by 10 to make the output list.

  4. Take in a list of lists. Arrange the list of lists according to how many elements each list has, so longer sublists go first and shorter sublists go later.