Quantcast
Channel: Charles的技术博客 » pythonchallenge
Browsing latest articles
Browse All 7 View Live

python challenge level 1

上个礼拜找python练习题的时候找到了pythonchallenge这个网站,觉得里面的题目挺有意思的,就做了几道,今天来看看level 1的题目吧 首先level 1的题目链接为level 1,题目中图片有三个字母间的转换: k->m o->q e->g 其中有个小规律是: 'm' = 'k' + 2 'q' = 'o' + 2 'g' = 'e' + 2...

View Article



python challenge level 2

level 2 的链接如下: 从题目的图中看不出什么,但是有这么一句话: recognize the characters. maybe they are in the book, but MAYBE they are in the page source. 识别字母,可能是在页面源码中 我们来看一下页面源码中有这么一句话: find rare characters in the mess...

View Article

python challenge level 3

题目链接 python challege level 3 分析思路 从题目中的图还是看不出有什么线索,图下面的句子:One small letter, surrounded by EXACTLY three big bodyguards on each of its sides. 看样子得像前面那样,从网页的源代码中寻找线索...

View Article

python challenge level 4

趁着今天周末,就把做过的几个level全部发上来,现在更新的是level 4 题目链接 http://www.pythonchallenge.com/pc/def/linkedlist.php 思路 从网页中的图片又是看不出什么规律,那么就只好继续查看页面源代码了,其中有这个一句注释: <!-- urllib may help. DON'T TRY ALL NOTHINGS, since it...

View Article

python challenge level 5

继续写python challenge,现在是level 5 题目链接 http://www.pythonchallenge.com/pc/def/peak.html 思路 页面图片和文字pronounce it都看不出什么结果 那么就只好再次查看页面源码了 有这么一句话 意思是peak hell发音像什么,pickle,head first python里面刚好看到的 而且页面源码中有个src =...

View Article


python challenge level 6

继续写python challege,现在是level 6 题目链接 http://www.pythonchallenge.com/pc/def/channel.html 思路 单看页面,也是看不出什么结果,那只好继续查看页面源代码了 只有这么一个有用的信息 <!-- <-- zip --> 把channel.html换成zip.html又或者下载channel.zip文件?...

View Article

python challenge level 7

继续写python challenge,现在是level 7 题目链接 http://www.pythonchallenge.com/pc/def/oxygen.html 思路 题目页面有一张图片,图片有点奇怪的地方是中间有部分是马赛克 再看页面源码,没有什么有效信息 那么只能从这个图片的马赛克部分获取信息了 #!/usr/bin/env python3 import Image if __name...

View Article
Browsing latest articles
Browse All 7 View Live




Latest Images