Which of the following statements create a dictionary? June 7, 2022 by admin โช Choose the correct option.Which of the following statements create a dictionary?A. d = {}B. d = {“john”:40, “peter”:45}C. d = {40:”john”, 45:”peter”}D. d = (40:”john”, 45:”peter”) Submit Answer