0 votes
in Python by
How we can copy an object in Python?

1 Answer

0 votes
by

In Python, we can use try copy.copy () or copy.deepcopy() for copy an object.

Related questions

+1 vote
asked Feb 13, 2021 in Python by SakshiSharma
0 votes
asked Aug 30, 2020 in Python by sharadyadav1986
...