728x90
import string
print(string.ascii_lowercase)
>>abcdefghijklmnopqrstuvwxyz
string — Common string operations
Source code: Lib/string.py String constants: The constants defined in this module are: Custom String Formatting: The built-in string class provides the ability to do complex variable substitutions ...
docs.python.org
python ๋ด์ฅ ๋ผ์ด๋ธ๋ฌ๋ฆฌ string์ ์ฌ์ฉํ๋ฉด ์ฝ๊ฒ ์์ด ์๋ฌธ์, ๋๋ฌธ์๋ฅผ ๋ถ๋ฌ์ฌ ์ ์๋ค!
์ด์ธ์๋ string.ascii_letters(์๋๋ฌธ์), string.digits(10์ง์), string.hexdigits(16์ง์), string.octdigits(8์ง์) ๋ฑ์ ์ฌ์ฉํ ์ ์๋๋ฐ ์ํ๋ฒณ list ํ์ํ ๋๋ ์ ์ฉํ๊ฒ ์ฌ์ฉํ ์ ์์ ๊ฒ ๊ฐ๋ค!