In Python3 string.printable
— it is a pre-initialized string used as a string constant. In Python, string.printable
will provide all sets of punctuation marks, numbers, ascii_letters, and spaces.
Syntax: string.printable
Parameters: Doesn’t take any parameter, since it’s not a function.
Returns: Return all sets of punctuation, digits, ascii_letters and whitespace.
Note. Make sure to import the string library function to use string.printable.
Code # 1:
|
Output:
0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ! "# $% & amp;’ () * +, -./:;<=>[email protected]†^^_’ dress ’’ ’’
Code # 2: this code tests printable values.
|
Output:
printable Value is: H printable Value is: e printable Value is: y printable Value is :, printable Value is: printable Value is: G printable Value is: e printable Value is: e printable Value is: k printable Value is: s printable Value is:! printable Value is: a printable Value is: r printable Value is: e printable Value is: printable Value is : y printable Value is: o printable Value is: u printable Value is:?