Hi Alex, thanks for reporting!
On 5/7/20 5:47 PM, Alex Barr wrote:
NameError: name 'users' is not defined
This means the example needs a pre-defined `users` variable, you can try by defining the variable to:
users = {"Hans": "active", "Andrea": "inactive", "Nils": "active"}
it should work. I opened an issue to fix the documentation about this at https://bugs.python.org/issue40552
Bests,