Real Python Follow Quiz: Skip Ahead in Loops With Python's Continue Keyword Test your understanding of Python's continue keyword, which allows you to skip code in a loop for the current iteration and jump immediately to the next one. https://realpython.com/quizzes/python-continue/ realpython.com