#programming
Read more stories on Hashnode
Articles with this tag
#Solution - def animal_crackers(str): text= str.lower().split() #print(text) return text[0][0]==text[1][0] print(animal_crackers('Clever...