Kwargs Bite Exercises
| Level | Name | Tags |
|---|---|---|
| Beginner | Force keyword arguments | function arguments kwargs |
| Intermediate | Having fun with *args and **kwargs | function arguments kwargs args |
| Advanced | Manipulate string decorator | decorators list string manipulation kwargs |