-
참고
Python예제: http://infos.tistory.com/1982
import string
string.ascii_letters # 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'
string.digits # '0123456789'
'Python' 카테고리의 다른 글
Python예제 - soup 기본 개념 (0) 2018.02.03 Python예제 - soup.extract() (0) 2018.02.03 Python문법 - 예외 try except else finally assert raise (0) 2018.02.01 Python예제 - string, join, split, find, startswith, endswith, strip, format (0) 2018.01.31 Python예제 - 문자열 속 특수문자 변환 (0) 2018.01.31 Python예제 - ord, hex, chr, unichr (0) 2018.01.31 Python함수 - Cmp 비교 (0) 2018.01.30 Python예제 - 리스트 (0) 2018.01.30