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))
Standard input is empty
I hate it. I hate that I love it. I hate that I love that I hate it. I hate that I love that I hate that I love it.
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!