Vidyalelo
Python · Q53

Python Sets MCQs: Exam

Programming · Python · question 53

Q53

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

A.
Creates a shallow copy of the set
Answer
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

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board