【Python Challenge-4】linkedlist

来源:互联网 发布:java socket网络编程 编辑:程序博客网 时间:2024/05/17 07:48

猥琐啊- -、

点开之后提示linkedlist.php,然后就点开。

发现是nothing这个东西会不断改变。


import refrom myTool import *if __name__ == '__main__':    # nothing = '12345'    # nothing = '8022'    nothing = '63579'    r = re.compile(r'([0-9]+)')    while True:        html = get_content('linkedlist.php?nothing='+nothing)        print html        nothing = r.findall(html[0])[0]


中间有几个小插曲:

Your hands are getting tired and the next nothing is 94485 (- -、不解释)

16044: Yes. Divide by two and keep going. (8022 接着来)

82682:There maybe misleading numbers in the text. One example is 82683. Look only for the next nothing and the next nothing is 63579

如果82683:You've been misleaded to here. Go to previous one and check. (回去用63579 - -、)

最后结果是peak.html

0 0
原创粉丝点击