Question: code this as python coding Expected Behavior Write a tunction list2dict (list2d) that behaves as follows. Its argument list2d is a 2Dlst (e., list of
code this as python coding
Expected Behavior Write a tunction list2dict (list2d) that behaves as follows. Its argument list2d is a 2Dlst (e., list of lists) of strings. It retums a dictionary whose keys are the first elements of each row, and where each such key is mapped to the list consisting of the remaining elements of that row. Example:s 1. Let x1 be the following list of lists: cC.'dd, Then list2dict (x1) returns the dictionary 2. Let x2 be the following list of lists: I aa bb' Then list2dict (x2) returns the dictionary 991 'hh' xk''11' 3. Let x3 be the following list of lists: aa' bb Then list2dict (x3) returns the dictionary aab kkL
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
