Computer Science, asked by Vinitha8005, 11 months ago

How to change all the function arguments to lowercase in Python?

Answers

Answered by Aagmansriva993
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