Data Modeling and Typing

Create an Enum

① Learn

An enum gives a fixed set of named choices. This makes code clearer than using raw strings everywhere.

② Implement — write it, run it, submit
Goal

Make `text` equal `ready` by reading `Status.READY.value`.

Output
Hints
  • Stuck? Reveal a hint.
Free Tools & Calculators