2. Print how many even 1: 20
i.e.
we have (nine) even numbers
instructions:
Do not use step in range function
use range (1, 20) check if each number is an even number
and then print it on the terminal