Full name
string.ascii_lowercase
Library
string
Syntax
string.ascii_lowercase
Description
The variable string.ascii_lowercase returns the text string:
'abcdefghijklmnopqrstuvwxyz'
Parameters
The variable string.ascii_lowercase does not accept arguments.
Result
The variable string.ascii_lowercase returns a text string.
Examples
We can obtain the set of letters contained in this variable with the following code:
string.ascii_lowercase
'abcdefghijklmnopqrstuvwxyz'