Wydrukuj A do Z w Pythonie

import string
print(string.ascii_lowercase)
freeve4h