Something like in java that I think is with a \b
but in python
Something like in java that I think is with a \b
but in python
In python27 you can use \ b in a string and it clears the previous character.
print "cara\bcter\b "
Result in cmd or in the python console: carcte