f=lambda n:("I hate that I love that "*n)[:12*n-5]+"it." print(f(1)) print(f(2)) print(f(3)) print(f(4))