LeetCode—Python—709—转换成小写字母

……这是一句铺垫???……

class Solution: def toLowerCase(self, str): """ :type str: str :rtype: str """ return lower(str)

基本思路:
dbq...我造不出来了...反正就是直接调用了原本Python库中的方法....







以为积雪成川 有孤鸿 不知疲倦





【LeetCode—Python—709—转换成小写字母】

    推荐阅读