Find the sum of the digits of a number in python July 8, 2019 16 32 64 128 Wap to find the sum of the digits of a number in python How to find sum of numbers in python Given an integer num repeatedly add all its digits until the result has only one digit and return it