Re: [Tutor] Project Euler #8

2013-05-31 Thread Nick Shemonsky
ting the product when googling around but I didn't really understand what it was doing so I refrained from using it. More to explore I guess... Thanks again guys! On Fri, May 31, 2013 at 4:10 PM, Alan Gauld wrote: > On 31/05/13 19:23, Nick Shemonsky wrote: > >> or maybe it'd

[Tutor] Project Euler #8

2013-05-31 Thread Nick Shemonsky
Hey there everybody. I'm new to python and am attempting to teach myself to code while brushing up on my math skills via the problems at projecteuler.net. My solutions thus far have been mostly brute force and this is no exception but I'm having an issue with tackling some iteration in the problem.