Computer Science, asked by SHInee7083, 1 month ago

Name all the common python escape sequences including meaning

Answers

Answered by alpana798
0

Answer:

bla bla blagufjdgfzghdthdgjdydykdyjfukg ufhjfykfykfukfulfukf ufukfu

Answered by QianNiu
3

\newline ignored

\\ Backslash

\' Single quote

\'' double quote

\a ASCll BEL

\b backspace

\f form feed

\n line feed

\r carriage return

\t horizontal tab

\v vertical tab

\ooo character with octal value ooo

\xhh character with hex value ooo

 \huge \bold{@QianNiu}

Similar questions