Examveda

What is the purpose of the copy() method for sets?

A. Creates a shallow copy of the set

B. Creates a deep copy of the set

C. Creates a new set with elements from the original set

D. Creates a reversed copy of the set

Answer: Option A


This Question Belongs to Python Program >> Sets In Python

Join The Discussion

Related Questions on Sets in Python