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...
icon
Related questions
Question

Please help as soon as possible!

 

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 =
"Truck',
boat', 'PLANE'3
vehicles = ['car', 'Truck', 'boat', 'PLANE'
Enter a search letter: a
Enter a search letter: A
car containg a and it is in position 8.
car contalna A and it is In pos tlon 0.
Truck does not conteins .
Truck does not contains A.
boat contnins 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.
Transcribed Image Text: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 = "Truck', boat', 'PLANE'3 vehicles = ['car', 'Truck', 'boat', 'PLANE' Enter a search letter: a Enter a search letter: A car containg a and it is in position 8. car contalna A and it is In pos tlon 0. Truck does not conteins . Truck does not contains A. boat contnins 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.
Output Example 3
Output Example 4
vehleles = ['car', 'Truck',
boat', 'PLANE'1
Enter a search letter: z
car does not contains z.
vehicles - ['car', 'Truck',
'boat', 'PLANE']
Truck does nat contains z.
boat does not contains z.
Enter a search letter: abc
PLANE does not contains z.
Invalid search letter.
Transcribed Image Text:Output Example 3 Output Example 4 vehleles = ['car', 'Truck', boat', 'PLANE'1 Enter a search letter: z car does not contains z. vehicles - ['car', 'Truck', 'boat', 'PLANE'] Truck does nat contains z. boat does not contains z. Enter a search letter: abc PLANE does not contains z. Invalid search letter.
Expert Solution
steps

Step by step

Solved in 3 steps with 4 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
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 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)
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
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY