Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
Python
/
Control flow
Inside match status, what does case READY: normally mean?
from Control flow
Python 3.14
intermediate
1 min
Inside match status, what does case READY: normally mean?
Compare status with the existing variable READY
Capture status in a new binding named READY
Compare status with the string "READY"
Test whether status has an attribute named READY
Check
Ask AI about this kata
Report an error
previous kata
What is the value of result after result = [] or "fallback"?
Quiz
next kata
What does this program print?
Predict the output
A new version is available
Reload