Sum Digits Until One
Challenges
• Asked 12 months ago by Danaila Marian
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 <...