dictionary = { 'cat' => 'feline animal', 'dog' => 'canine animal' }dictionary['cat'] = "fluffy animal"puts dictionary['cat']