#!/usr/bin/env python3
animals_dictionary = {}
animals_list = ['cow', 'pig', 'horse']
other_list = [4567, [4, 'turn', 7, 'left'], 'Animals are great.']
for index_value in range(len(animals_list)):
if animals_list[index_value] not in animals_dictionary:
animals_dictionary[animals