Project: Skip Even Numbers
Challenge using continue in a loop to skip even numbers in Python.
We'll cover the following...
We'll cover the following...
Task
Write a loop that prints numbers from 1 to 10, but skips the even ones.
If you don’t know how to do this, click the “Show ...