Cetak A ke Z dalam huruf besar Python

import string
print(string.ascii_uppercase)
freeve4h