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

Erorr: name 'uuid' is not defined

NameError: name 'uuid' is not defined

Solution: Import the 'uuid' module

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

 

For more information:
Python uuid