Question: Whats the problem with my code? @param movies (list): List holding each movie title that 1s to represented as rows within the table @param critics
@param movies (list): List holding each movie title that 1s to represented as rows within the table @param critics (list): List holding each critic name that is to represented as colunns within the table Returns LAST RIN on 2018/11/973631 Check 1 failed Outputi ereturn table: A 2-dinensional list (table) holding integers The table has one row per movie title and one column per critic nane. table-[[ej+len(critics)] Len(movies) line input() 0 5 3 40 listline 1ine.split( Line input () rowp-findMovie(listline[0],movies) colp findCritic(listline[1],critics) table[rowp] [colp]-istline [2] 0534 0 o s 3 4 05340 0 534 Expectedi 0030 o return table PROBLEM 4 Calculates the integer row average Check 2 failed Outputi 5 2 4 3 0 # 48. Create a criticAverage function: Calculates the integ critic
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
