Home
Flashcards
Preview
Python Escape Sequences
Home
Get App
Take Quiz
Create
\\
Backslash (\)
\'
Single-quote (')
\"
Double-quote (")
\a
ASCII bell (BEL)
\b
ASCII backspace (BS)
\f
ASCII formfeed (FF)
\n
ASCII linefeed (LF)
\N{name}
Character named name in the Unicode database (Unicode only)
\r
Carriage Return (CR)
\t
Horizontal Tab (TAB)
\uxxxx
Character with 16-bit hex value xxxx (Unicode only)
\Uxxxxxxxx
Character with 32-bit hex value xxxxxxxx (Unicode only)
\v
ASCII vertical tab (VT)
\ooo
Character with octal value ooo
\xhh
Character with hex value hh
Author
Anonymous
ID
320729
Card Set
Python Escape Sequences
Description
String escape sequences in Python
Updated
2016-06-04T13:50:30Z
Home
Flashcards
Preview