Hammad Raza Khanhammadrk.hashnode.devยทSep 28, 2023Solution to Q2 Level -1#Solution - def animal_crackers(str): text= str.lower().split() #print(text) return text[0][0]==text[1][0] print(animal_crackers('Clever rat')) print(animal_crackers('Pink Parrot'))CHALLENGENED QUESTIONS FOR PYTHON BASICS (UDEMY)! HOW MUCH DID YOU GET RIGHT ?!PythonAdd a thoughtful commentNo comments yetBe the first to start the conversation.