Imprimir A a Z en Python Uppercase

import string
print(string.ascii_uppercase)
freeve4h