Copyright (c) Hyperion Entertainment and contributors.

AmigaOS Manual: Python Escape Characters

From AmigaOS Documentation Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

In the table below you can find the complete list of Python escape characters.

Escape Code Description
\0 Null character
\" Double quote
\' Single quote
\\ Backslash
\a Alert (Beep)
\b Backspace
\f Form Feed
\n New Line
\r Carriage Return
\t Tab
\v Vertical tab
\ooo Octal value ooo
\xhh Hexadecimal value hh