Q1. What is the syntax to create a dictionary? a. D = [] b. D = {} c. D = () d. D = dictionary() Q2. What is the correct statement about dictionaries? a. There can be multiple same keys. b. Every value must be ...
Home/nptel the joy of computing using python week 5