Python Challenge(有趣的Python问题,没事可做做)

来源:互联网 发布:.net和php哪个好一些 编辑:程序博客网 时间:2024/06/01 21:02

Python Challenge,网址:http://www.pythonchallenge.com/


问题的入口在:


当前有33关,类似于是python+解密,解开了前面的题才能往下走(前面的难题是下一个难题的地址),没事的时候做做还蛮好玩。


思考受阻时,可以去网站的forum看看hint。

 

hints:

level0:

     just look at the picture be careful. and change the url.

 

level1:

     find the rule, find the string you need to apply the rule .

 

level2:

     recognize the characters, not just the picture also the page source, special (maybe).

 

level3:

      be careful for the word "excatly" in the tips——“one small letter , surrounds by EXACTLY three big bodyguards on each of its sides.", you should use a python module to make the job easy.

 

level4:

       look at the page source time and time until you get it . and use the python module to help you.

 

level5:

      pronounce it . what it sounds like? a python module? even the filename is useful.

 

level6:

      look at the page source carefully.

      find the input dataset.

      use what you have learn before.(the prior riddle)

 

 

(笔记是学习的最好方式,欢迎讨论)