Python 09F - Enums
Enums (short for Enumerations) provides a mechanism to create a data type based on a simple Class designation that incorporates paired constant names with a value (usually an integer). Enums can provide clarity to one's code by standardizing data items, reduce data entry errors, and allowfor reduced storage needs of data.
Instructor: Stephen Hustedde (CIS156 - Python Level I at South Mountain Community College in Phoenix, AZ)
Ещё видео!