Computer Science, asked by divyadillibabu4582, 10 months ago

Write a Program To Find Sum Of Digits In Python

Answers

Answered by Anonymous
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 neeraj77747
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