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" ?
- capitalize()
- title() ✓
- istitle()
- upper()