Q. Which of these is NOT a valid way to create a dictionary? (A) {} (B) dict() (C) {1: 'one', 2: 'two'} (D) [] ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) [] Explanation: Square brackets create a list, not a dictionary.