Python - How to import 'copy'

Import copy

To import copy, Add the following line to the top of your code.

import copy

 

For more information about copy:
Python copy