Level 30
Moderators: UncleTimmy, mjpieters
Enjoying the challenge? Need a hint?Make a donation and help keep the site running! -thesamet
34 posts
• Page 1 of 3 • 1, 2, 3
Re: Level 30
mjpieters wrote:Hint: The csv module is not needed
Indeed, it's more trouble than it's worth here.
Hint: Find the factors
That's a pretty strong hint
Two things go into n. I think there are "obvious" (meaning they clearly fit) choices for both, but the n that results gives me a 404. So do 50 variations based on less compelling (to me) ideas about what n's inputs might be. After I started appending and prepending n to various words, I was clearly reduced to random thrashing.
Is n close to the end? Do n's inputs have anything at all to do with anything else in this level
Re: Level 30
UncleTimmy wrote:Two things go into n.
n? Who is talking about any n? I was more talking about len; that does have an n in there, so then 'yes, the n comes at the end'.
Re: Level 30
UncleTimmy wrote:Two things go into n. I think there are "obvious" (meaning they clearly fit) choices for both, but the n that results gives me a 404.
Hmmm. Now that I recall what you mean with 'n' (sorry about that, wrong stage of the puzzle), I can give you a more sane answer: If you found what goes into 'n', you are close to the end. I got two sentences and a load of garbage out of n.
Re: Level 30
I needed a private nudge from Martijn to knock me loose from fixed ideas. They were elegant ideas, but if they don't work they're stupid by definition
- - Don't read "you are on 30" as a hint about the "I" flavor of "you". You has nothing to do with i.
- n has nothing to do with the hidden "nnn. what could this mean?" hint in level 19. Anyone ever figure out what that was about?
- x requires some poke-and-hope
- As given, the Python can't work. I'm probably the only one who would notice that, though
simonhang wrote:... Is the csv file has 8 columns or only 1 column?
Look up "csv" with a search engine.
Are those dot in float numbers important?
While this varies across countries, in standard Python syntax "." is the radix point. So, for example, one and three quarters is 1.75. Whether they're important here is something for you to discover.
A little stuck here
I got factors (I think), I got a curious pattern of primes, I even got irreducible fractions, but what I don't got is the answer.
A hint?
A hint?
Re: Level 30
UncleTimmy wrote:- Don't read "you are on 30" as a hint about the "I" flavor of "you". You has nothing to do with i.
- n has nothing to do with the hidden "nnn. what could this mean?" hint in level 19. Anyone ever figure out what that was about?
- x requires some poke-and-hope
- As given, the Python can't work. I'm probably the only one who would notice that, though
Due to drawbacks in the English language - I am unclear as to your meaning especially regarding x. Are you saying that "x requires some poke and hope" or that "x requires some poke and hope" is a stupid idea? Because at this point, I'm pretty much down to poke and hope...
[later] Nevermind, x does NOT require poke-and-hope
Last edited by hemlock on Thu Jun 30, 2005 6:24 pm, edited 1 time in total.
At a complete loss
I guess there's some approach which will be obvious in hindsight, but I'm at a complete loss as to how to proceed this time.
I'm staring at a list of numbers between 0 and 1, and they don't mean a thing to me. Can someone please PM me with a solid clue (or spoiler!) as to how to proceed from here? I really don't want to give up after getting this far!
EDIT: Yep, it was obvious in hindsight - thanks hemlock for helping me to see the solution.
I'm staring at a list of numbers between 0 and 1, and they don't mean a thing to me. Can someone please PM me with a solid clue (or spoiler!) as to how to proceed from here? I really don't want to give up after getting this far!
EDIT: Yep, it was obvious in hindsight - thanks hemlock for helping me to see the solution.
Re: Level 30
UncleTimmy wrote:- n has nothing to do with the hidden "nnn. what could this mean?" hint in level 19. Anyone ever figure out what that was about?
I assumed it meant little ndian
34 posts
• Page 1 of 3 • 1, 2, 3
Return to Python Challenge Hints
Who is online
Users browsing this forum: Google [Bot] and 4 guests
