Reference : http://desk.stinkpot.org:8080/tricks/index.php/2007/10/extract-odd-or-even-elements-from-a-python-list/
제가 채택한 방법은요,
x = range(1, 10)
x[::2]
x[1::2]
'소프트웨어 > python' 카테고리의 다른 글
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xbb in position 0: invalid start byte (0) | 2020.02.12 |
---|---|
네이버 주식 일별 시세 크롤링 (request을 이용, format json) (0) | 2020.02.07 |
[python] print에서 new line(개행문자) 출력하지 않는 방법 (0) | 2015.09.09 |
[python] 파일 입출력 코드/예제 (0) | 2015.09.09 |