← CLI and Tooling
Parse One CLI Argument
① Learn
argparse helps command-line programs read flags and arguments. It turns raw command text into clean Python values.
② Implement — write it, run it, submit
Goal
Make `name` equal `Ava`.
Output
Hints
- Stuck? Reveal a hint.