factorial

PythonF

Sum of Factorial of Digits

The program must accept an integer N as the input. The program must print the sum of factorial of the digits in N as the output. Boundary…