Lesson 09: Coding Exercise

Do the following:

  1. Create a list of numbers.
  2. Use a for loop to iterate across those numbers and print off each number.
  3. Do the same thing, but using a while loop. Remember, you need to use an object connected to a number in a while loop.