# break - used to terminate the loop or statement # continue - skip the current iteration and continue from the next # pass - continue the statement, often used as a placeholder to execute # empty loops/statements