•  
      tasks #45147 Matrix Creation of n*n
    #45147
    Ritish Singh (ritish31)
    2022-08-16 08:05
    2022-08-16 08:04
    Details
    Matrix Creation of n*n
    We will use list comprehension to store rows and columns in the list. List comprehension is a shorter syntax for writing concise codes in Python.
    Step 1- Define the dimension of a matrix
    Step 2- Use a list comprehension to create a matrix having the defined dimensions
    Step 3- Print the resulting matrix.
    5 - Medium
    State of Progress
    2022-05-10
    100
    2022-05-12
    Ritish Singh (ritish31)
    Rakesh Kumar Verma (rakesh.verma)
    2022-05-11
    Closed
    Attachments
    References
    References list is empty