Write a Program To Find Sum Of Digits In Python
Answers
Answered by
1
Explanation:
Python Sum of Digits : How to write Python Program to Find Sum of Digits of a Number using For Loop, While Loop, Function
Answered by
1
Answer:
mate here is your answe
Explanation:
a=eval(input("enter digit")
b=eval(input("enter digit")
c=a+b
print(c)
by doing this you can do
Similar questions