OK, this is marked as “warming up” so it should be easy.
The hint is “look at the URL address.”. OK, this is challenge 0 and the url is 0.html. So I changed it to 1.html.
There is a page there! It shows “2**38 is much much larger.”. OK I know what the “238″ in the pic mean. Load IPython and give 2**38, I get 274877906944L. So I changed the name to 274877906944L.html. “the L in unnecessary”. OK, 274877906944.html.
I got it! now the challenge 1 url: http://www.pythonchallenge.com/pc/def/map.html
There are “k->m, o->q, e->g” in the pic and the hint is “everybody thinks twice before solving this.”
There are some sentence at the end. The first glance is that to replace the “k,o,e” in the sentence, but what does “think twice” mean? Let’s wait for tomorrow.
Tags: python_challenge, python, python-challenge
Post a Comment
You could use <code type="name"> to get your code colorized