티스토리 뷰
import copy
words = range(0, 3)
words = [str(e+1) for e in words]
n = len( words )
tubes = []
for i in range(n):
tubes.append( [''] )
numTubes = len(tubes)
for i in range(n):
for j in range(numTubes):
for k in range(len(tubes[j])):
tubes[j][k] += words[j]
print tubes
sumTube = []
for j in range(numTubes):
for e in tubes[j]:
sumTube.append( e )
for j in range(n):
tubes[j] = copy.deepcopy( sumTube )
'Python > 요리 방법' 카테고리의 다른 글
OpenBLAS를 이용하여 numpy와 scipy 설치 (0) | 2014.06.10 |
---|---|
몬티홀(Monty Hall) 문제 코드 (0) | 2014.02.17 |
Eclipse + Python (0) | 2011.09.22 |
CentOS 5.6 에서 Python2.6 + PyQt4 + matplotlib 설치하기 (0) | 2011.08.31 |
ctypes를 이용하여 MSVCRT의 qsort로 python 객체 배열 정렬(sorting)하기 (0) | 2009.11.04 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- QT
- QPrinter.A4
- pandas
- Item 9
- 이상한 문자
- dll
- TensorBoard
- destructor
- matrix multiplication
- GSX 1000 pro
- Python
- tensorflow
- 볼륨 조절
- 설치
- cython
- armadillo c++
- ctypes
- Accelerated C++
- C++
- structure
- 볼륨 낮춤
- PyQt
- GSX 1200 pro
- CanDrA
- MSVC++
- how to solve it
- QPrinter.Letter
- Visual C++
- volume dial
- TCGA
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
글 보관함