| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/ss-sathya/lpython/main/tests/parser/string2.py | [Back] [Original] |
"\"\\"
"\n\\"
"\\"
" \\"
"\\ "
"\
"
"\\" "|"
'I said \'Wow\' '
"I said \"hi\" "
"I said \\\"hi\" "
'I said \'\\\'hi\\''hey\' '
'a''b'
"a" "b"
r"""Text\\"""
"""\
"""
x("""\
class a:
def test():
return r"\\LaTeX"
""")
r"""
"\\"
"""
'''
'\\'
'''
| Web Proxy Viewer | New URL | Original Page |