Python's continue statement causes execution to jump to the end of the surrounding loop body so that the next iteration can start.
continue
Fill in the placeholders so that the actual outputs match the expected outputs.