Alwaldend
Docs
Light
Dark
Auto
Docs
Misc
Leetcode submissions
2025-07-25 10:15:13 +0000 UTC
2025-07-25 10:15:13 +0000 UTC
To Lower Case
Tags:
Generated
Leetcode_submission
Links
https://leetcode.com/submissions/detail/1710834313/
Code
class
Solution
:
def
toLowerCase
(self, s: str)
->
str:
return
s
.
lower()