Giter VIP home page Giter VIP logo

python-challenge's Introduction

python-challenge

嗯,建个项目同时熟悉python和git <( ̄ˇ ̄)/ 以下很多解题思路都是参考别人的攻略,智商不够啊o(╯□╰)o

·http://www.pythonchallenge.com/pc/def/0.html 计算2的38次方

·http://www.pythonchallenge.com/pc/def/map.html 每个字母向后移2位,得到一串提示信息,告诉你把url同样按此方法移位

·http://www.pythonchallenge.com/pc/def/ocr.html 查看源代码,在注释里看到一大堆乱七八糟的字符,有提示说找出character,so,从那一大串乱七八糟的字符里面找出英文字母吧

·http://www.pythonchallenge.com/pc/def/equality.html 一个小写字母周围被三个大写字母环绕,看到这题,第一反应是XXXxXXX,然后,发现,出来了好多字符,显然错了。。然后,看攻略,据说正确的表达式应该是xXXXxXXXx,貌似这次是正确答案,嗯,虽然我还没明白。。

·http://www.pythonchallenge.com/pc/def/linkedlist.html 这个就是个循环了,页面不停的告诉你nothing是个啥,然后一直往下走,走的过程中还埋了两个坑,对,坑,自己找去<( ̄︶ ̄)↗[GO!]

·http://www.pythonchallenge.com/pc/def/peak.html 根据提示要用pickle模块,找啊找,在源代码里能看见一个banner.p文件,下载,反序列化看看,一大堆元组构成的列表组,看不懂,找攻略,竟是个字符画,用‘#’和‘ ’拼字,数字代表数量,自己拼吧~,先写到这吧

*注:在url里把pc改为pcc可看见上一题的解答,虽然还没研究过(+﹏+)~,太多了

python-challenge's People

Contributors

msxie avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.