This activity, given a dictionary, returns the value of an element within it given its key. The result is a Boolean value that represents whether the operation was successful or not.
The input dictionary
The key of the item you want to get.
The output value