Mutable default arguments
The default value is evaluated once, when the function is defined. A list or dict default is therefore shared between every call, which is the most famous surprise in the language.
Spot a shared mutable default and fix it without changing the function's interface
Up to 3 questions on this skill alone, marked against the bar beside this. It stops as soon as the answer is clear. No account, and your answers are not kept.
You'll need these first
Start on Python Fundamentals
Every skill above, ordered by what depends on what, with the projects above that as the evidence you actually did it. We work out where you already are first, so the path skips what you can do.
Start this path