Luke Murphy wrote:I want to output
> \b
, so I do:
print('\b')
and a fancy symbol is outputted instaed. This doesn't happen for other letters? So how do I actually output
> \b
? Sorry this question is simple but not much comes in google when you do a search for this character combination...
Answer...
print('\\b')