for Loops

Write a program for_loops.py that uses a for-loop to:

  1. print the numbers from 0–9
  2. print the numbers from 1–10
  3. print the even numbers from 2 to 20
  4. print the numbers from 10 to 0