Enum in Python

enum in python

Creating in enum in python is very easy. Enum in python are iterable and here is how you can create enum in the programming language. Section 7.1: Creating an enum in Python (Python 2.4 through 3.3) Enums have been backported from Python 3.4 to Python 2.4 through Python 3.3. You can get this the enum34 … Read more