write a program to find the sum of individual digits of a number in python
Answers
Answered by
3
Answer:
no1 = int(input("Enter the first number:"))
no2 = int(input("Enter the second number:"))
sum=(no1+no2)
print("The sum of two numbers is:",sum)
Explanation:
Don't try this in interpreter of python.
Similar questions
Hindi,
4 months ago
Math,
9 months ago
Math,
9 months ago
Chemistry,
1 year ago
Environmental Sciences,
1 year ago