A year has passed since I visited Python Challenge the last time. And it’s not easy to start it again
I’ve got a project that deals with Python image process, so I spend some time on the PIL handbook. And after that, I think trying this challenge is a good practice
However after I load the image
im = Image.open("channel.jpg")
I don’t know what to do next. I tried to exam the various attributes of the image, but got nothing.
Think it again on “It really looks like a Y, isn’t it? now, go back. ” at http://www.pythonchallenge.com/pc/def/y.html. What if the zip goes back? Hmmm, it should looks like a “1″ or “l”. then I tried http://www.pythonchallenge.com/pc/def/l.html because “1.html” has already been taken. OK, something there! “yes. but there are more. ” Good! I tried 2, 3, 6, 33 “l”s and several combination with “w”, “o”, and “0″, but all 404.
I think now the problem is to find out how many “l”s are there. I tried every attributes of ImageStat but they are all tooooo big. No more hint. I think I should wait the next time.
Tags: python_challenge, python, python-challenge
Post a Comment
You could use <code type="name"> to get your code colorized