kisaran huruf python

    a = ord('a')
    alph = [chr(i) for i in range(a, a+26)]
Victorious Vicuña