Question: In python plz /14/2018 Assignment 7- CSC 241-801 2. Write a function buildStr0 that takes a two-dimensional list as a parameter and returns a string

In python plz
/14/2018 Assignment 7- CSC 241-801 2. Write a function buildStr0 that takes a two-dimensional list as a parameter and returns a string built from the strings found in the list. The list can contain any type of item. Recall that the type) function can determine what type of object is currently stored in a variable and is helpful for this question. If the list is empty or the list contains no strings, the function should return the empty string. The following shows several sample runs of the function: Python 3.6.2 Shell File Edit Shel Debug Qptions Window Help -buildStr(l'test', 1, 21, 3.1415,Gertrude'.'cat', [5, 4, 3, 2, 1].['Prudence'11) testGertrudecat Prudence >>buildStr(ll1, 2, 3, 4, 5], 'Gertrude'Thursday', 3.5], 'YES!!",11. "Booooo", 5, 3.511) GertrudeThursdayYES!!Booooo >> buildStr (]) buildStr(tli, 2], [3. 4], [S, 6,7, 81 9, 10 [11, 12]) Ln: 25 Col:4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
