Run »
×
Change Orientation
#Import math Library import math #Return factorial of a number print(math.factorial(9)) print(math.factorial(6)) print(math.factorial(12))
362880
720
479001600
×
Report a Problem:
Your E-mail:
Page address:
Description:
Submit