Q. What will `len({'a':1, 'b':2, 'c':3})` return? (A) 1 (B) 2 (C) 3 (D) Error ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) 3 Explanation: The dictionary has 3 key-value pairs, so the length is 3.