Write a program to input a three digit number and print the sum of its digits. BASIC
Answers
Answered by
0
Answer:
a=int(input("enter the no"))
n=len(a)
l=0
if n==3:
print(n+l)
Similar questions