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

Erorr: name 'random' is not defined

NameError: name 'random' is not defined

Solution: name 'random' is not defined

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

 

For more information:
Python random