breaking a loop in python with if condition code example Example: break function python if( x > 3): print('X is greater than 3') else: break