Python Challenge 0의 url은 다음과 같다.

Python challenge 0 : http://www.pythonchallenge.com/pc/def/0.html

 

warming up

Hint: try to change the URL address.

www.pythonchallenge.com


구성

url address를 바꾸어 보라고 하는데 0.html이 페이지 스크립트인 것을 이용해서 1.html로 바꾸어보았다.

으흠; 이곳을 바꾸는것은 맞는 거 같다. 화면에 있는 2의 38 제곱을 계산하자

>>> 2**38
274877906944

대부분의 경우에서 2의 38제곱은 오버플로우가 일어나기 쉬운 큰 수이다. 아마 "얘 Python은 이것도 된단다"를 이야기하고 싶었던 거 같다.

 

Answer Url : http://www.pythonchallenge.com/pc/def/274877906944.html

Python을 손에서 놓은 지 한 달이 넘어가고 있다. 어쩔 수 없긴 했는데, 개발언어라는 것이 안 하고 있으면 까먹기 십상이니 조금 기억을 환기할 겸 Python Challenge를 시작하려고 한다,

http://www.pythonchallenge.com/index.php

 

The Python Challenge

What people have said about us: "These sorts of things are in my opinion the best way to learn a language.", brberg at Media Cloisters "It's the best web site of the year so far.", Andy Todd at halfcooked "Addictive way to learn the ins and outs of Python.

www.pythonchallenge.com

필자는 10단계 이상 가본 적이 없다 ㅋㅋㅋㅋㅋㅋㅋㅋ

이번에 공부하면서 공략 글을 올리고 내 실력도 조금 올려놔야 되겠다.

 

Python Challenge는 로그인이 없이 웹 파라미터를 가지고 Url을 이동하면서 문제풀이가 진행된다.(어? directory traversal이나 listing으로 2 ke2 ke 할 수 있나?)

+ Recent posts