Imprima A a Z em python em maiúsculas

import string
print(string.ascii_uppercase)
freeve4h