검색결과 리스트
SYS에 해당되는 글 1건
- 2011.12.09 python 명령 인자 받아쓰기
글
python 명령 인자 받아쓰기
프로그래밍/Python
2011. 12. 9. 17:09
import sys
for i in range(1, len(sys.argv)):
print(sys.argv[i])
'프로그래밍 > Python' 카테고리의 다른 글
python 파일 용량 확인 (0) | 2013.11.19 |
---|---|
ubuntu python mysqldb 설치 (0) | 2013.11.18 |
python setuptools 설치 (0) | 2013.09.20 |
파이선을 이해하는데 도움이 되는 퀴즈 (0) | 2012.01.08 |
python 스택 사이즈 수정 (0) | 2012.01.08 |