SIGN IN SIGN UP

create sum_of_digits.py (#2065)

* create sum_of_digits.py

create sum_of_digits.py to find the sum of digits of a number
digit_sum(12345) ---> 15
digit_sum(12345) ---> 10

* Update sum_of_digits.py

* Update maths/sum_of_digits.py

Co-authored-by: Christian Clauss <cclauss@me.com>

* Update maths/sum_of_digits.py

Co-authored-by: Christian Clauss <cclauss@me.com>

* Update sum_of_digits.py

Co-authored-by: Christian Clauss <cclauss@me.com>
V
Vignesh committed
0904610a7671e52b164157ef5d7e0cc54d75399b
Parent: 35319a2
Committed by GitHub <noreply@github.com> on 6/2/2020, 9:38:32 PM