while (condition): print("I keep printing while the condition is True") else: print("I will be written when loop finished. if you use break in loop I won't be executed")