NCERT Solutions for Class 11 Computer Science (Python) – Strings
NCERT Solutions for Class 11 Computer Science (Python) – Strings Very Short Answer type Questions [1 mark each] Question 1: Explain capitalize( ) method in Python. Answer: The method capitalize( ) returns a copy of the string with only its first character capitalized. Question 2: Write the syntax for capitalize( ) method.…
Read more