| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 |
Tags
- codesingal
- Python
- 2750
- baekjun
- 2015 봄학기 알고리즘
- til
- 파이썬 포렌식
- flask
- 백준
- collections.deque
- centuryFromYear
- matrixElementsSum
- codesignal
- data_structure
- Counting cells in a blob
- 파이썬머신러닝완벽가이드
- cpp
- recursion
- 피보나치 수
- shapeArea
- adjacentElementsProduct
- 수 정렬하기
- Sequential Search
- C++
- almostIncreasingSequence
- markdown
- 10953
- Daily Commit
- Numpy
- All Longest Strings
Archives
- Today
- Total
Introfor
4 본문
1 2 3 4 5 6 7 8 9 10 11 12 | #-*- coding: utf-8 -*- __author__="Introfor" import urllib, re num =12345 while(True): response = urllib.urlopen("http://www.pythonchallenge.com/pc/def/linkedlist.php?nothing=%s" % num).read() num = "".join(re.findall(r"\d", response)) print response | cs |
'Programming_prob > Python_Challenge' 카테고리의 다른 글
| 3 (0) | 2016.11.28 |
|---|---|
| 2 (0) | 2016.11.21 |
| 1 (0) | 2016.11.17 |
| 0 (0) | 2016.11.17 |
Comments