Computer Science, asked by quiporo123456, 6 months ago

Write an expression using Boolean operators that prints "Special number" if special_num is -99, 0, or 44. in python

Answers

Answered by tejaswinimogal11
0

Explanation:

number is said to be special number when the sum of factorial of its digits is equal to the number itself. Example- 145 is a Special Number as 1!+

Similar questions