And a hot bath â The copy module in Python contains two functions, copy and deepcopy. Copy is not a command like print it is a separate function and requires you to import the module called copy. To use it, you enter copy.copy. Alternatively, you could: import copy as Xerox I think that Xerox.copy looksâŠ