1
2
3
4
|
class Solution:
def toLowerCase(self, s: str) -> str:
s=s.lower()
return s
|
cs |
반응형
'python-algorithm' 카테고리의 다른 글
Leetcode 1832. Check if the Sentence Is Pangram (0) | 2021.08.17 |
---|---|
Leetcode 1662. Check If Two String Arrays are Equivalent (0) | 2021.08.17 |
Leetcode 1295. Find Numbers with Even Number of Digits (0) | 2021.08.17 |
Leetcode 905. Sort Array By Parity (0) | 2021.07.23 |
Leetcode 1827. Minimum Operations to Make the Array Increasing (0) | 2021.07.21 |
댓글