How to change all the function arguments to lowercase in Python?
Answers
Answered by
0
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. If no uppercase characters exist, it returns the original string.
please mark me brainliest...
I also follow you....
Similar questions
Math,
6 months ago
Math,
6 months ago
English,
6 months ago
Computer Science,
1 year ago
English,
1 year ago