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)
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here