Project: Skip Even Numbers
Challenge using continue in a loop to skip even numbers in Python.
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 ...
Challenge using continue in a loop to skip even numbers in Python.
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 ...