Level 5
Moderators: UncleTimmy, mjpieters
Enjoying the challenge? Need a hint?Make a donation and help keep the site running! -thesamet
Still don't know what to do
Ok, I read this whole thread, but I just don't know what to do with the source from banner.p. I'm just not expert enough to 'see' the answer, so I'd appreciate a few less-than-subtle hints.
I enjoy figuring out *how* to solve the programming puzzle much more than figuring *what* to do in the first place...
I enjoy figuring out *how* to solve the programming puzzle much more than figuring *what* to do in the first place...
data corruption
I'm a sloppy python wrangler, and I spent a lot time biting my tail on this level. I had used 'elinks -dump' to grab the data, and since this reformatted it, python would fail no matter how I tried to process it. Using 'wget', allowed me to pull the data so that I could finally get python to complete the example (though urllib would have probably been a more apropos choice). At any rate, maybe someone, just as sloppy, is stuck on this level and could use this hint: don't mangle the data before you load it.
Wow, with out all th hints in this one I would have dead a long time ago.
The hardest part was trying to figure out what to do with the data once u got it. It wasn't till I looked at the definition of a type and saw the word "immutable". Thats when the clue "arithmatic" kicked in and I was able to code the solution in python.
Anyway, great site this is. Seems like I am a year late but none the less I have learned more here in a day then I have read in weeks.
The hardest part was trying to figure out what to do with the data once u got it. It wasn't till I looked at the definition of a type and saw the word "immutable". Thats when the clue "arithmatic" kicked in and I was able to code the solution in python.
Anyway, great site this is. Seems like I am a year late but none the less I have learned more here in a day then I have read in weeks.
go back to the pic
if your still stumped, you don't have the file, your on the yes! page, your staring at the source file which isn't telling you anything, and you have no idea where to go.
try going back to the page with the picture...
try going back to the page with the picture...
Re: Maximus
Maximus, I'm sure this goes against the "spirit" of the challenge. But, if you did everything correctly, and you're still having trouble => I might suggest opening up a spreadsheet, and using the rows and columns to manually create the solution. You can then grow and shrink the cells (vertically and horizontally) and text until the solution pops out. ...at least that's how I did it. Then, of course, I could see it everywhere. It was like staring at one of those hidden image pics from the late '90s.
Good Luck!
I have to say ,this riddle is really creative!
I am stuck for such a long time.
I got the data and knew there exists a pattern, and I also knew something was related to the file name.But I was still confused!
Until I saw someone mentioned "Unix CLI", I suddenly got the answer!
Yes ,that really helped!
I am stuck for such a long time.
I got the data and knew there exists a pattern, and I also knew something was related to the file name.But I was still confused!
Until I saw someone mentioned "Unix CLI", I suddenly got the answer!
Yes ,that really helped!
did you just type out the answer by hand?
I know how to get the answer but it seems like there must be a way to code something to print it out for me. I have no idea how to do it though. Is there a function that accept that type of data and prints the b*****?
Return to Python Challenge Hints
Who is online
Users browsing this forum: No registered users and 3 guests
