without haste but without rest
[python] 알파뱃 리스트 본문
import string
lower = string.ascii_lowercase
upper = string.ascii_uppercase
total = string.ascii_letters # 대소문자 (소문자 -> 대문자 순서)
# 리턴값은 string
# list 씌우면 바로 리스트로 사용가능
'ProgrammingLanguage > Python' 카테고리의 다른 글
[python] 순열, 조합 (경우의 수) 내장 라이브러리 샘플 코드 (0) | 2020.09.08 |
---|---|
[python] 파이참에서 아나콘다 가상환경으로 작업하기 (0) | 2020.07.15 |
[python] Counter 함수 (0) | 2020.05.18 |
[python] 텍스트 데이터 전처리 (0) | 2020.04.25 |
[python] 자잘한 not 사용법 (0) | 2020.04.24 |
Comments