Yes, a dictionary is similar to a list and in a list the indices have to be integers. code example Example: python dictionary get element by index value_at_index = dic.values()[index]