Argparse Bite Exercises
| Level | Name | Tags |
|---|---|---|
| Beginner | Add a command line interface to our bmi calculator | argparse |
| Intermediate | Create a simple calculator that receives command line arguments | argparse functools reduce |
| Advanced | Using argparse to interface with a grocery cart | argparse |