How to Solve NameError: name 'anydbm' is not defined

Solution: Import the 'anydbm' module

# Add the following line to the top of your code
import anydbm

 

For more information:
Python anydbm