Python Course – break statementIn Python, break statement is used to end the iteration and move on to the next block of code.