2. Write a program that search a letter in a list. Save it as searchLet.py. a) Create a list named vehicles: car, Truck, boat, PLANE. b) Request a user input for a search letter. c) Use the decision structure in a for loop to search all the items which contains the input letter (ignoring case) in the list. d) Print the item and its position in vehicles if it exists. Otherwise, print the statement indicating it does not contain the letter to search. e) Print the error message if more than one letter is entered. Output Example 1 Output Example 2 vehicles ['car' "Truck', 'boat', "PLANE'J vehicles = ['car', 'Truck', 'boat', "PLANE'; Enter a search letter: a Enter a search letter: A car contaming a and it is in position 8. car contains A and it is In pos ition 0. Truck does not contains . Truck does not contains A. boat contains a and It is in position 2. boat contains A and It Is In pos ition 2. PLANE contains a and It is in positlon 3. PLANE contains A and it is in position 3.
2. Write a program that search a letter in a list. Save it as searchLet.py. a) Create a list named vehicles: car, Truck, boat, PLANE. b) Request a user input for a search letter. c) Use the decision structure in a for loop to search all the items which contains the input letter (ignoring case) in the list. d) Print the item and its position in vehicles if it exists. Otherwise, print the statement indicating it does not contain the letter to search. e) Print the error message if more than one letter is entered. Output Example 1 Output Example 2 vehicles ['car' "Truck', 'boat', "PLANE'J vehicles = ['car', 'Truck', 'boat', "PLANE'; Enter a search letter: a Enter a search letter: A car contaming a and it is in position 8. car contains A and it is In pos ition 0. Truck does not contains . Truck does not contains A. boat contains a and It is in position 2. boat contains A and It Is In pos ition 2. PLANE contains a and It is in positlon 3. PLANE contains A and it is in position 3.
Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
Related questions
Question
Please help as soon as possible!
Expert Solution
Step 1
The program is written in python that accomplishes the points mentioned.
Step by step
Solved in 3 steps with 4 images
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY