Common constants for characters
Concatenation of the ascii_lowercas and ascii_uppercase constants.
ascii_lowercas
ascii_uppercase
Sequence of lowercase letters 'abcdefghijklmnopqrstuvwxyz'.
Sequence of uppercase letters 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'.
Sequence of decimal digits '0123456789'.
Sequence of hexadecimal digits '0123456789abcdefABCDEF'.
Sequence of octal digits '01234567'.
Sequence of ASCII characters which are considered printable: digits, ascii_letters, punctuation, and whitespace.
digits
ascii_letters
punctuation
whitespace
Sequence of ASCII characters which are considered punctuation: !"#$%&'()*+,-./:;<=>?@[\]^_{|}~`
!"#$%&'()*+,-./:;<=>?@[\]^_
Sequence of ASCII characters which are considered whitespace: space, tab, linefeed, return, formfeed, and vertical tab.
See also the official documentation of the string module
PyTamaro is a project created by the Lugano Computing Education Research Lab at the Software Institute of USI
Privacy Policy • Platform Version 0a56f08d (Wed, 29 Apr 2026 08:58:46 GMT)