Druck a bis z in Python Großbuchstaben drucken
import string
print(string.ascii_uppercase)
freeve4h
import string
print(string.ascii_uppercase)