
大蛇挑战
文章平均质量分 68
团子大圆帅
【公众号】团子大圆帅
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Python Challenge 第 0 关攻略:warming up
Python Challenge 第 0 关:warming up 题目地址 http://www.pythonchallenge.com/pc/def/0.html 题目内容 Hint: try to change the URL address. 题目解法 图中提示是 2 的 38 次方 用 Python 计算出答案 >>> 2 ** 38 2...原创 2018-07-29 10:42:25 · 861 阅读 · 0 评论 -
Python Challenge 第 1 关攻略:What about making trans?
第 1 关:What about making trans? 题目地址 http://www.pythonchallenge.com/pc/def/map.html 题目内容 everybody thinks twice before solving this. g fmnc wms bgblr rpylqjyrc gr zw fylb. rfyrq ufyr amknsrcpq...原创 2018-07-29 11:57:32 · 859 阅读 · 0 评论 -
Python Challenge 第 2 关攻略:ocr
Python Challenge 第 2 关:ocr 题目地址 http://www.pythonchallenge.com/pc/def/ocr.html 题目内容 recognize the characters. maybe they are in the book, but MAYBE they are in the page source. General tips:...原创 2018-07-29 13:55:39 · 918 阅读 · 0 评论 -
Python Challenge 第 3 关攻略:re
第 3 关:re 题目地址 http://www.pythonchallenge.com/pc/def/equality.html 题目内容 One small letter, surrounded by EXACTLY three big bodyguards on each of its sides. To see the solutions to the previou...原创 2018-07-29 16:01:57 · 1018 阅读 · 0 评论 -
Python Challenge 第 4 关攻略:follow the chain
Python Challenge 第 4 关攻略:follow the chain 题目地址 http://www.pythonchallenge.com/pc/def/linkedlist.php 题目内容 题目解法 网页的标题是 follow the chain 追随链条 网页的 URL 地址是 linkedlist 链表 图中也是链条 首先查看网页源代码,发现...原创 2018-08-02 20:25:53 · 439 阅读 · 0 评论 -
Python Challenge 第 5 关攻略:peak hell
Python Challenge 第 5 关攻略:peak hell 题目地址 http://www.pythonchallenge.com/pc/def/peak.html 题目内容 pronounce it 题目解法 这一题角度刁钻,对非英语母语的人有一些难度。 网页标题是 peak hell 图片是一个山峰,即 peak 页面文字提示 pronounce it...原创 2018-08-02 22:48:41 · 1833 阅读 · 1 评论