According to my, '\r' will move the texts to the left side of the page. But when I tried the following code,
carriage_return = "I will use a carriage\rreturn"
print carriage_return
The output which I received was:
return use a carriage
But I expected:
return