Level 4
Moderators: UncleTimmy, mjpieters
Enjoying the challenge? Need a hint?Make a donation and help keep the site running! -thesamet
64 posts
• Page 3 of 5 • 1, 2, 3, 4, 5
Python does support keep-alive.
http://linux.duke.edu/projects/urlgrabber/help/urlgrabber.keepalive.html
I didn't use it because I'm lazy (it saved a couple lines), but if I were putting this into production, keep alive would be beneficial.
http://linux.duke.edu/projects/urlgrabber/help/urlgrabber.keepalive.html
I didn't use it because I'm lazy (it saved a couple lines), but if I were putting this into production, keep alive would be beneficial.
jaagut wrote:hit the "Divide by two and keep going."
keep going and hit another page "????.html"
keep going and back again to "Divide by two and keep going."
it seems the links are in a circular queue...
tried to count the pages but still i can't get to the end. what's wrong with my script?
hi there everyone,
I've just started playing this litlle game, which by the way is really entertaining
Can anyone give me another hint how to get out of this pls?
For crying out loud, I keep comming back to the same "Yes. Divide by two and keep going." page and am at the end of my wits.
I must however admit that the site takes almost ALL kinds of combination of the nothing number and the text given or of no number and text combinations and of god knows what else I had tried, and does manage to keep going till it reaches this same damn page.
Please please please tell me is this question some kind of trick? Am i supposed to be splitting the text? is the next nothing still a number or some messed up clipper found in the text? Please? I have been at this for quite some days now without any end in sight.
And thanks. I finally managed to get around to learning Python after having procrastinated for years.
Regards
I must however admit that the site takes almost ALL kinds of combination of the nothing number and the text given or of no number and text combinations and of god knows what else I had tried, and does manage to keep going till it reaches this same damn page.
Please please please tell me is this question some kind of trick? Am i supposed to be splitting the text? is the next nothing still a number or some messed up clipper found in the text? Please? I have been at this for quite some days now without any end in sight.
And thanks. I finally managed to get around to learning Python after having procrastinated for years.
Regards
Please please please tell me is this question some kind of trick?
Uhm, no, I wouldn't call it a trick.
Am i supposed to be splitting the text?
No. What's the first thing you think of when someone's speaking of "dividing by two"? Surely you are not thinking of strings, are you?
is the next nothing still a number or some messed up clipper found in the text?
It's a number.
Thanks for replying
I did try that too. At the page where I got the divide by two message, I entered the new nothing halved. But the loop keeps going and returns to the <next level page> I had encountered previously. And after some time back to this same divide by two page!
Which is why I tried all kinds of tricks like dividing the string etc...
I did try that too. At the page where I got the divide by two message, I entered the new nothing halved. But the loop keeps going and returns to the <next level page> I had encountered previously. And after some time back to this same divide by two page!
Which is why I tried all kinds of tricks like dividing the string etc...
But this time I entered the next level url directly and viola! I got it. I finally figured out what I was doing wrong with my code. Lets say ... prefixes are not to be used everywhere.
And the mystery of the next level page occuring before this one may not be a mystery... I think since I kept seeing the same page again and again when I was experimenting with diff combinations with the divide page, I must have misunderstood.
By the way the chap who designed this is a genius. I have tried all kinds of crazy combinations and i still managed to get a page!
Amazing!
(I hope this time I have not given away anything else.)
I've written a script that follows this path of "next nothings" and prints out each one along the way, along with a counter. I'm going over 400 and still seeing only the exact same "and the next nothing is xxxxx". I've even found a spoiler and know what I'm expecting next, but it never comes. The thing I notice is that my "nothings" are not always 5 digits; every 10 or 20 lines, I see a 4 digit one. I assume this is my problem, but can't figure out why I'm getting 4 digit results.
Any ideas? If anyone wants to see my code, let me know and I'll pm you with it. Thanks!
Any ideas? If anyone wants to see my code, let me know and I'll pm you with it. Thanks!
64 posts
• Page 3 of 5 • 1, 2, 3, 4, 5
Return to Python Challenge Hints
Who is online
Users browsing this forum: Bing [Bot], kenvinlak and 5 guests
