Enums define a set of named constant values.
They make code easier to read and manage.
By default, enums use numbers starting from 0.
You can assign string values to enums.
Create an enum for traffic lights and write a function that prints the meaning.
Ask the AI if you need help understanding or want to dive deeper in any topic