[Python]打印a..z的字符

import string

print string.letters[0:26]

转载于:https://www.cnblogs.com/buhaiqing/p/5078359.html

你可能感兴趣的:(python)