So I have a question that goes find the factorial of 25! and I am not allowed to use the math.facorial function.
So far I did
}} input()
}}}}25
and I was wondering is there anyway I can manipulate that to give me the factorial. Any help is appreciated.