[python] using 'ord' and 'chr'. prateekchhikara. 100. May 01, 2021. def replaceDigits(self, s: str) -> str: ans = s[0] for i in range(1, len(s)): if i%2 !=
確定! 回上一頁