Imprima A a Z em Python

import string
print(string.ascii_lowercase)
freeve4h