Computer Science, asked by playscore07, 9 months ago

What is the working of lower() in Python

Answers

Answered by ck13vishnuvichuz
2

Answer:

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.

Explanation:

Similar questions