How-to articles, tricks, and solutions about ALPHABET
Alphabet range in Python
In Python, you can use the string module's ascii_lowercase and ascii_uppercase constants to get the range of lowercase and uppercase letters in the ASCII character set respectively.