Computer Science, asked by sharmasuneel271, 8 months ago

Write a program to enter any number and print Whether the number is special Or not

Answers

Answered by khushikumari3419
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