KnowledgeBoat Logo
|

Robotics & Artificial Intelligence

Blank spaces are counted as character in string.

Python String Manipulation

2 Likes

Answer

True

Reason — In a string, each character has a unique index value, and this includes blank spaces, so blank spaces are counted as characters in a string.

Answered By

2 Likes


Related Questions