Selecting items with special features from a list and transferring them to a new list
I’m new to programming and I’m learning Python, so my question might seem clumsily:
If we have a list (for example, a list of different names) and we want the names that end with a special
letter (for example, a) to be selected and placed in a new list, what should we do?