Followers
0
Following
0
Joined
Last Online
-
Tornadoowl
I'm trying to use pythonista to do something like
print('abc\b123')
To output
ab123
But when I try it in app all I get is
abc123
Am I doing it wrong or am I missing something bigger?