A backslash is an escape sequence for adding literals to a string by ordinal value. This means that you take the ASCII character code and literally paste it into your string. The reason you do this is because some characters are not allowed in the source code.
\05, [enquiry], . , python , .
, , , .
( Wikimedia commons, ).
, \05, bashslash ( , , , ). , , bashslash (, ). , , , , :
print "\\05"
\05