What's right?

Report a typo

Match statements with sentences describing them.

Match the items from left and right columns
break
continue
else after a for loop
else after a while loop
After a certain number of iterations, it runs an additional code.
It executes some block of code if the loop's condition is false.
It may help to exit an infinite loop.
It skips the current iteration under some specified condition.
___

Create a free account to access the full topic