Write code which will print how many animals are in the list, avoiding the error NameError: name 'count' is not defined.
NameError: name 'count' is not defined
Make sure to pick print, followed by len, and finally animals.
print
len
animals