Question: Write a Python function first_matches_last(L) that takes as arguments a list of strings L and returns a list consisting of those elements of L whose
Write a Python function first_matches_last(L) that takes as arguments a list of strings L and returns a list consisting of those elements of L whose first and last characters are the same.
Your solution should use list comprehensions only. It should not use any other control statementsi.e., no if, for, while, or try statements, except as needed within the list comprehension.
with comments!!!!!!!!!!!!!!!!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
