[issue40710] Malfunctioning of '\r'

Sanmitha report at bugs.python.org
Thu May 21 05:45:01 EDT 2020


New submission from Sanmitha <sanmithasadhishkumar at gmail.com>:

The escape sequence '\r' (carriage return) doesn't function in 3.x and 2.x versions.
Eg:
print("computer\rscience")
Expected output : sciencer
But, it displays computerscience without the functioning of'\r'

----------
Added file: https://bugs.python.org/file49177/r

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40710>
_______________________________________


More information about the Python-bugs-list mailing list