# Init the dictionary d = {} # Add pairs key = "Foo" value = "Bar" d[key] = value # or d['What_ever_key'] = 'What_ever_value'