How to Solve NameError: name 'Back' is not defined -- colorama

Solution: Import the 'Back' module

To Solve the error, add the following line to the top of your code.

from colorama import Back

 

For more information:
Python colorama Back