Level 2

ANIMAL CRACKERS

Write a function that takes a two-word string and returns True if both words begin with the same letter animal_crackers

('Levelheaded Llama') --> True animal_crackers

('Crazy Kangaroo') --> False