Zakres alfabetów za pomocą Re RE

>>> import string
>>> string.ascii_lowercase
'abcdefghijklmnopqrstuvwxyz'
sree_007