Exercise: Skip iteration with continue

Use a continue statement to skip negative numbers in the loop.
Python
Setting up Python environment...
Output