How to Solve NameError: name 'copy' is not defined -- Functions
Solution: Import the 'copy' module
To Solve the error, add the following line to the top of your code.
from Functions import copy
For more information:
Python Functions copy