Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python enum

An enumeration is a set of symbolic names (members) bound to unique, constant values. Within an enumeration, the members can be compared by identity, and the enumeration itself can be iterated over.
Source by www.programiz.com #
 
PREVIOUS NEXT
Tagged: #python #enum
ADD COMMENT
Topic
Name
1+4 =