Imprimir A a Z en Python

import string
print(string.ascii_lowercase)
freeve4h