for문에서 사용할 수 있는 자료형
CODEDRAGON ㆍDevelopment/Python
반응형
for문에서 사용할 수 있는 자료형
· 문자열(string)
· 리스트(list)
· 튜플(tuple)
· 사전(ditionary)
· 이터레이터(iterator)
'Development > Python' 카테고리의 다른 글
파일 입출력 방법 (0) | 2019.10.06 |
---|---|
glob 모듈, glob.glob(pathname) (0) | 2019.10.05 |
IndentationError: unexpected indent (0) | 2019.10.02 |
DefaultCredentialsError, google.api_core.exceptions.PermissionDenied 해결방법 (0) | 2019.09.29 |
GOOGLE_APPLICATION_CREDENTIALS 환경변수 등록하기 (0) | 2019.09.28 |