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...
Jeanne Boyarsky wrote:In Java, there is only JavaDoc if someone writes it. You could generate it yourself, but that would be the same info as just looking at the code. I'm guessing you've already read Google's Spreadsheet docs. Beyond taht, I think you are going to have to read the Python code. The good thing is Python isn't compiled so you have the code by definition.