Tapan Rachchhtapanrachchh.hashnode.devยทSep 3, 20241945. Sum of Digits of String After Convertclass Solution: def getLucky(self, s: str, k: int) -> int: EXTRA = 96 letters = [] def convert(val): nonlocal letters letters = [] strVal = str(val) for c in str...PythonAdd a thoughtful commentNo comments yetBe the first to start the conversation.