An enumeration is a symbolic name for a set of values, often used to represent a fixed set of constants. Python has a built-in Enum class in the enum module that allows us to define enumerations.