Choose Category
# create dictionary age = {'Musk': 43, 'Bill': 61} # set the value corresponding to the key age['Musk'] = 45 # get the value corresponding to the key print(age['Musk'])