Question: Problems Note: In the programs that use interactive input of nonstring | values, you will need to use the function eval ( ) to force
Problems
Note: In the programs that use interactive input of nonstring values, you will need to use the
function eval to force Python to treat the user's input as a Python expression rather than
just a string
Implement a program that requests a list of student names from the user and prints
those names that start with letters A through Enter list: Ellie 'Steve', 'Sam', 'Owen', 'Gavin'
Ellie
Gavin
Implement a program that requests a nonempty list from the user and prints on the
screen a message giving the first and last element of the list.Enter a list:
The first list element is
The last list element is
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
