Basic Python Tutorial Python Data Structures – Dictionary Dictionary is a collection of Key value pairs. key must be unique, value can be duplicated. Value part can be retrieved using the key part.Asha PonrajOctober 31, 2021