+ 1
If we put \b at the end of line then not any change in output. Why ❓
I try this in Sololearn compiler.
2 ответов
+ 3
Maybe it doesn't work on sololearn, but I tried:
print("Hello\b world!")
on pydroid and got:
Hell world!
as output. (Didn't work on SoloLearn.)
+ 1
its short for backspace.