Imprimez A à Z dans Python

import string
print(string.ascii_lowercase)
freeve4h