Question: Write a python program to create a list as shown in the sample output. Then find the list elements starting with 'A'. Sample Output: The
Write a python program to create a list as shown in the sample output. Then find the list elements starting with 'A'. Sample Output: The original list : ['New Jersey', 'Ohio', 'Arkansas', 'Texas', 'Arizona', 'California', 'Arkansas', 'Alaska' The list of matching first letter : ['Arkansas', 'Arizona', 'Arkansas', 'Alaska']
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
