Cetak A ke Z dalam Python

import string
print(string.ascii_lowercase)
freeve4h