Create a Python program using the following: -Create list[ "Parking:ID123", "Speeding:"ID455", "Running:ID346"] -Slice the list by ":" -Create a search such that when the user inputs a name, if the...


Create a Python program using the following:


-Create list[ "Parking:ID123", "Speeding:"ID455", "Running:ID346"]


-Slice the list by ":"


-Create a search such that  when the user inputs a name, if the name is on the list, print the name and the corresponding ID number or return that there is no match found.


-Use control statements (break/continue)



Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here