Posts by L. Y. O. • 71 points
1 post
-
7
votes3
answers68693
viewsQ: How to create a python array
I want to create an array where the user specifies the number of rows and the number of columns. Initially an empty matrix was given: matrix = [] The codes must start from there the code below was…