Write a program to enter any number and print Whether the number is special Or not
Answers
Answered by
7
number=input("Enter the number to check for special number: ")#take the number from the user. for x in number:#fo
r loop to read the number. Total=Total+int(x)#calculate the total. product=product*int(x)#clculate the product.
hope it help u
Similar questions
Physics,
4 months ago
Hindi,
4 months ago
Social Sciences,
8 months ago
English,
1 year ago
Science,
1 year ago