
PythonChallenge
iteye_12924
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
PythonChallenge 5~10
PythonChallenge Level 5: http://www.pythonchallenge.com/pc/def/peak.html 图片下方给出了文字提示“Pronounce it”,根据PythonChallenge的尿性,右键查看网页源代码 联系前面提示知 peak hell 发音类似 python中的pickle模块,又分析源代码打开12行中的链接src,得到...原创 2015-07-16 17:37:56 · 180 阅读 · 0 评论 -
PythonChallenge Level 0~4
PythonChallenge Level 0: http://www.pythonchallenge.com/pc/def/0.html 计算 2 的 38 次幂 将得到的结果替换URL中数字0 print 2**38 PythonChallenge Level 1: http://www.pythonchallen...2015-05-27 15:33:37 · 243 阅读 · 0 评论