'''Write a Python program to find the sum of digits of a given number. E.g. Sum of number 123 will be 6 Note: Initialize the number with various values and test your program.''' ...