tell for loop to not proceed to the next iteration python code example Example: python get out of loop while True: print('I run!') break print('Not in loop!')