sum of digits function in python module code example Example: sum of any numbers in python sum(list(map(int,input().split())))