O Level Papers!
The continue statement is used to skip the current iteration and move to the next one in a loop. break: exits the loop entirely. exit: stops the program. pass: does nothing and acts as a placeholder.