Run
import math x = 7 result = math.factorial(x) print('Factorial :', result)
Output