Project Euler Problem 15
Go here for question
#pe015 import math print(math.factorial(40)//(math.factorial(20))**2)