Level 10
Moderators: UncleTimmy, mjpieters
Enjoying the challenge? Need a hint?Make a donation and help keep the site running! -thesamet
36 posts
• Page 2 of 3 • 1, 2, 3
drigz wrote:I solved this without hettingertools - indeed, I cannot work out what they are. Can someone (PM if spoiler) tell me what they are and why they might be useful?
BEst bet is to goto the Wiki, it will ONLY let you see the solution to levels you have solved.
After solving a solution I always goto the Wiki to check the solution given. one twice have I got a better way of doing it, other time were more efficient loops and embedding code.
check it out
drigz wrote:I solved this without hettingertools - indeed, I cannot work out what they are. Can someone (PM if spoiler) tell me what they are and why they might be useful?
Google answers the "what" question. As to "why", they're not necessary - the wiki contains various solutions, not all of which use "hettingertools".
And even if you have "hettingertools", the version of Python you have installed matters. Mine is a bit old so I found that hint merely confusing.
As it turns out, I found the "ugliest" solution
Ok I know the progression, I am more than able to solve by hand if I choose to, I would however rather write a script to solve it. I have sought out the name and the tools mentioned and I fail to see how they can help. A nudge toward either the proper function or at least more complete documentation would be appreciated.
no external modules needed
Good programming exercise.
I can't get anywhere on this one. I kind of understand the clue len(a[30]). I found the other clue in the source but im not sure what to do with it tryed setting that equal to a and running but i got an out of range error. Also the 1, 11... pattern someone posted earlier is going way over my head I have no idea where someone even came up with that. Any cllues would be much appreciated.
edit - I got the 1, 11 , 21... sequence that was being talked about earlier i can right it out by hand but the python code is giving me trouble + righting it out by hand would take redicosly long
edit - I got the 1, 11 , 21... sequence that was being talked about earlier i can right it out by hand but the python code is giving me trouble + righting it out by hand would take redicosly long
Someone has never been on a farm
(Posted here rather than 9 to avoid spoilage) The picture that leads to this level is a cow, not a bull.
The factory options are a bit different on a bull.
The factory options are a bit different on a bull.
Regarding the pattern, there is a potential red herring (misdirection).
The first thing I noticed, which holds true for all the given elements of the pattern, but breaks with the next three, sent me down the wrong road, until I came in here and read one of the first hints.
Anyhow, I initially proceeded according the following:
I paid zero attention to the ones, with one exception. The twos are the ones..., well, the only ones to which I paid a bit of attention. Approaching the problem from this perspective, it all adds up nicely, until, that is, you attempt to apply the solution. It completely overlooks three things.
Anyhow, whether this helps you or not, in hindsight, would it have helped me? Looking at it now, I should say so.
The first thing I noticed, which holds true for all the given elements of the pattern, but breaks with the next three, sent me down the wrong road, until I came in here and read one of the first hints.
Anyhow, I initially proceeded according the following:
I paid zero attention to the ones, with one exception. The twos are the ones..., well, the only ones to which I paid a bit of attention. Approaching the problem from this perspective, it all adds up nicely, until, that is, you attempt to apply the solution. It completely overlooks three things.
Anyhow, whether this helps you or not, in hindsight, would it have helped me? Looking at it now, I should say so.
36 posts
• Page 2 of 3 • 1, 2, 3
Return to Python Challenge Hints
Who is online
Users browsing this forum: No registered users and 3 guests
