in Python, is there a way to quote a string as to avoid escaping ' or "
inside the string?
i.e. like Perl's q or qq.
thanks.
Xah
xah@xahlee.org
inside the string?
i.e. like Perl's q or qq.
thanks.
Xah
xah@xahlee.org
Comment