ID EN
Built-in Types

maketrans

Python 3.11

This static method returns a translation table usable for str.translate().

Syntax

PYTHON
static str.maketrans(x[, y[, z]])

See Also

str.translate()