I am trying to print backspaces to continually overwrite text but the backspace is printing a value and not overwriting.
Idle with Python 3.6.4 with IDLEX extension installed.
print('foo\bar') fooar
It should be printing foar instead of fooar.
I am trying to print backspaces to continually overwrite text but the backspace is printing a value and not overwriting.
Idle with Python 3.6.4 with IDLEX extension installed.
print('foo\bar') fooar
It should be printing foar instead of fooar.