Skip to content
Advertisement

Tag: python-2.7

Project Euler Project 67 – Python

I am doing the Project Euler #67 in Python. My program, which worked for Project 18, does not work for Project 67. Code (excludes the opening of the file and the processing of information): Variables: temp is the triangle of integers outputlist is a list which stores the numbers chosen by the program I know the answer is 7273, but

Advertisement