Robotics & Artificial Intelligence

Blank spaces are counted as character in string.

Python String Manipulation

3 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

3 Likes


Related Questions