Question: Using python 3.0 or later: Create a list of words and write only_palindromes function that takes the list of words and returns a list with
Using python 3.0 or later:
Create a list of words and write only_palindromes function that takes the list of words and returns a list with all the palindrome words on the list.
>> only_palindrome([anna, john, elle, pep, mary]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
