ascii_lowercase
is a pre-initialized string used as string constant. In Python, string ascii_lowercase
will give the lowercase letters "abcdefghijklmnopqrstuvwxyz"string.ascii_lowercase
'abcdefghijklmnopqrstuvwxyz'
. This value is not locale-dependent and will not change.***********END OF ARTICLE ***********
Comments