Snippets tagged “alphabet”
1 snippet uses this tag.
- Alphabet range in PythonPython
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.