Dictionary Data Structure We can use List, Tuple and Set to represent a group of individual objects as a single entity. If we want to represent a group of objects as key-value pairs then we should go for Dictionary. Ex:rollno—-namephone number–addressipaddress—domain name Duplicate keys are not allowed but values canContinue Reading