Computer Science

Which of the following functions will return the total number of characters in a string?

  1. count()
  2. index()
  3. len()
  4. all of these

Python String Manipulation

20 Likes

Answer

len()

Answered By

5 Likes


Related Questions