Question: Write down a Python program to do the following A) In the main part of the program you should declare and initialize a nested list
Write down a Python program to do the following A) In the main part of the program you should declare and initialize a nested list ( 10 by 10matrix) named ' N ' to number 2 (filled with number 2 ), B) Implement a function named 'FUN' to take the 10 by 10 matrix (2D nested list) and change It as the following The function should return the modifled matrix to the main program. (Note: In the function, use ONLY ONE NESTED FOR LOOP to make the changes)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
