Computer Science

The size of "\\" is 2.

Python String Manipulation

1 Like

Answer

True

Reason — An escape sequence character is represented as a string with one byte of memory. Therefore, "\\" is a string with two backslashes, which uses 2 bytes of memory.

Answered By

2 Likes


Related Questions