Sum Digits Until One
Challenges
• Last reply from ryanmvazquez@gmail.com at January 19, 2022 at 10:58PM UTC
Hi, guys!
I have a question about "Sum Digits Until One" problem. When I run the code for all the test cases everything is perfect, but when I click 'RUN TESTS' button, it gives me an error:
4
)
)
)
Here is the code:
def sumDigits:
if n <...