demo_string_b.py:
#This example erases one character (backspace): txt = "Hello \bWorld!" print(txt)
C:\Users\My Name>python demo_string_b.py
HelloWorld!