CBSE Class 11 Computer Science Question 22 of 91

String Manipulation — Question 12

Back to all questions
12
Question

Question 12

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()
Answer