>>> import string >>> string.ascii_lowercase 'abcdefghijklmnopqrstuvwxyz'. If you really need a list: >>> list(string.ascii_lowercase) ['a', ...
確定! 回上一頁