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