Home
Flashcards
Preview
Python Escape Characters
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
ASCII carriage return (CR, enter button)
\t
ASCII horizontal tab (TAB)
\uxxxx
Character with 16-bit hex value xxxx (Unicode only)
\Uxxxxxxxx
Character with hex value oo
\xhh
Character with hex value hh
Author
freeshell
ID
248095
Card Set
Python Escape Characters
Description
Python Escape Characters
Updated
2013-11-20T18:20:33Z
Home
Flashcards
Preview