In this Python tutorial we will learn about Break Keyword
'Break' in Python is a loop control statement.
It is used to control the sequence of the loop.
Break terminates the loop in which it is.
Break in Nested loops breaks the loop in which it is.