Robotics & Artificial Intelligence

Blank spaces are counted as character in string.

Python String Manipulation

1 Like

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

1 Like


Related Questions