deepCopy# swordfish.function.deepCopy()# Returns a deep copy of obj. A deep copy copies all mutable elements, resulting in a fully independent replica of the original object. Parameters: obj (Constant) – Can be of any data type.