for i in range(10): print(i,"hello worl") print(i+1,"hello world") print(i+2,"hello world again")