Q. Which of the following is used to define an empty dictionary? (A) [] (B) set() (C) {} (D) () ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) {} Explanation: {} creates an empty dictionary.