Python | Easy | Ascii Table. mehulmaggo. 1. Sep 29, 2021. class Solution: def toLowerCase(self, s: str) -> str: ret = '' for i in s: if ord(i) <= 90 and ...
確定! 回上一頁