• + 0 comments

    I simplify for your benefit, my friend. Here is the full version:

    from math import factorial
    eval('print(({})[int(input())])'.format(','.join([str(factorial(i)) for i in range(101)])))