String Manipulation in Python Questions and Answers Class 11-12
String Manipulation in Python Questions and Answers Class 11-12 Q.1 : Which of the following returns a copy of the string with its first character capitalized ? a) string.upper() b) string.capitalize() c) capitalize() d) all of these Q.2:Which of the following is not a python legal string operation ? a) ‘abc’ + ‘abc’ … Read more