Result Size:
625 x 571
demo_string_r.py:
txt = "Hello\rWorld!" print(txt)
x
txt
=
"Hello\rWorld!"
print
(
txt
)
C:\Users\My Name>python demo_string_r.py
Hello
World!