May 22, 2022

Problem Statement -Creating Matrix as per the user input
Scope of work -Build a python script for creating a matrix as per the user input for row and column
Challenges -Using list comprehension creating rows and column
Execution Strategy -Using nested for loop and used list configuration –Value Added -We can create a matrix as per the user input rows and column
