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

import string

print string.letters[0:26]

原文地址:https://www.cnblogs.com/buhaiqing/p/5078359.html