I had a doubt in python programming. I typed the following code:
print(\'Hello\\n\'*5, end = \'World\')
which gave me an output: Hello Hello Hello