KnowledgeBoat Logo
|

Robotics & Artificial Intelligence

Backslash (\) is an escape character.

Python String Manipulation

2 Likes

Answer

True

Reason — To insert characters that are not allowed in a string, an escape character is used, and backslash (\) is considered as the escape character.

Answered By

1 Like


Related Questions