Project Euler Problem 25
Go here for question
#pe025 fib = [] fib.append(0) fib.append(1) digit = 1 i = 2 max_digit = 1000 while digit