MCQOPTIONS
Bookmark
Saved Bookmarks
→
Python
→
Shallow Copy Deep Copy in Python
→
{(3, 4), (1, 2)}..
1.
{(3, 4), (1, 2)}
A.
Error
B.
{(4, 2), (3, 1), (4, 1), (5, 2)}
C.
{(3, 1), (4, 2)}
Answer» C. {(3, 1), (4, 2)}
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
If we have two sets, s1 and s2, and we want to check if all the elements of s1 are present in s2 or not, we can use the function?
{1, 2}
The ____________ function removes the first element of a set and the last element of a list.
{(3, 4), (1, 2)}
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply