KnowledgeBoat Logo

Computer Science

Which method should I use to convert String "Python programming is fun" to "Python Programming Is Fun" ?

  1. capitalize()
  2. title()
  3. istitle()
  4. upper()

Python String Manipulation

21 Likes

Answer

title()

Answered By

3 Likes


Related Questions