Q. What is the output of len({1, 2, 2, 3})?
Solution:
Sets remove duplicates, so len({1, 2, 2, 3}) is 3.
Get Question Bank
Strengthen Your Practice with our comprehensive question bank.
Sets remove duplicates, so len({1, 2, 2, 3}) is 3.
Strengthen Your Practice with our comprehensive question bank.