Печать от A до z в Python

import string
print(string.ascii_lowercase)
freeve4h