Computer Science, asked by catcalyx, 3 months ago

how to change small letter s to capital c in a string MissisiPPie in python and how to convert the capital letters to small letters

Answers

Answered by Anonymous
1

Explanation:

In Python, lower() is a built-in method used for string handling. The lower() methods returns the lowercased string from the given string. It converts all uppercase characters to lowercase.

Similar questions