i have a but string might contain \", what should I do to escape it?
Example:
__string__ = t
The best way to escape XML or HTML in python is probably with triple quotes. Note that you can also escape carriage returns.
""" """