while True: print('Today is a beautiful day') print('... and yesterday was too!') print('This line will never be printed!') # This line will never be printed # because the program never gets out # from the while loop