• + 2 comments

    My code for python3 was literally just:

     print (math.factorial(n))
    

    But it was fun nonetheless.