For the main program, you should take the row and column lengths as input from the user and pass them as arguments into the function. You should then print the return value of the function. Example Input: 7 5 Output: [[' , 1 " Input: 21 1 1 '], [' '] [" '], [' נני '] ,[' '] ,[' '] ,[' '] ,[' '],[' '] ,[' '] ']] Output: [[' '], [' '], [' '], [' '], [' '], [' '], [' '], [' '], [' '], [' '], [' '], [' '] [' '], [' '],

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter7: Arrays
Section: Chapter Questions
Problem 7PP: (Numerical) Using the srand() and rand() C++ library functions, fill an array of 1000 floating-point...
icon
Related questions
Question

Would correct please sure....For this r this lab, we will consider the nested list to contain the same number of elements in all of the inner lists thus making this sort of like a matrix. Hence, we will also use the row and column notation to represent matrices. •The outer nested list contains a list of length row_length and each element of this list is itself a list of length column_length. •The inner lists contain strings (a total of column_length strings), all of which are single space characters(' '). Check the assert statements and input/output examples to understand further. Both row_length and column_length will always be non-negative integers. You can use the assert statements to test that your function . 

 

1 def create_matrix(...):
2
The function expects two integers `row_length` and `column_length`
as input and returns a matrix of dimension `row_length x `column_length`
which contains space characters(`' `)
||||||
3
4
5
6
7
8
9 if _name__ == '__main__':
10
11
12
13
14
15
16
17
18
19
#TODO: Complete this function
row = # TODO: Take the input as an integer from user
column = ... #TODO: Take the input as an integer from user
#Call the function to get the matrix and print it
...
[C'
assert create_matrix(2, 2)
assert create_matrix(2, 3) CC'
assert create_matrix(7, 5)
assert create_matrix(8, 2)
assert create_matrix(0, 19)
assert create_matrix(5, 0) [],[],
[C'
[C'',
==
==
==
==
==
==
"
'], ['',' ']] # 2 rows, 2 columns
'], [' ',
FF 1
**
1
>
T
']] #2 rows, 3 columns
...
1 T
1
''],
'], [' ',
''], ['', ''], ['', '], ['',
"
1
1
'], [''
"'), c'', '], ['', ''], ['',
□, □, □]]
"
1
"
TTI
1
'],
Transcribed Image Text:1 def create_matrix(...): 2 The function expects two integers `row_length` and `column_length` as input and returns a matrix of dimension `row_length x `column_length` which contains space characters(`' `) |||||| 3 4 5 6 7 8 9 if _name__ == '__main__': 10 11 12 13 14 15 16 17 18 19 #TODO: Complete this function row = # TODO: Take the input as an integer from user column = ... #TODO: Take the input as an integer from user #Call the function to get the matrix and print it ... [C' assert create_matrix(2, 2) assert create_matrix(2, 3) CC' assert create_matrix(7, 5) assert create_matrix(8, 2) assert create_matrix(0, 19) assert create_matrix(5, 0) [],[], [C' [C'', == == == == == == " '], ['',' ']] # 2 rows, 2 columns '], [' ', FF 1 ** 1 > T ']] #2 rows, 3 columns ... 1 T 1 ''], '], [' ', ''], ['', ''], ['', '], ['', " 1 1 '], ['' "'), c'', '], ['', ''], ['', □, □, □]] " 1 " TTI 1 '],
For the main program, you should take the row and column lengths as input from the user and pass them as arguments into the function.
You should then print the return value of the function.
Example
Input:
7
5
Output:
[['
1
Input:
21
1
I
1
'
1
1
'], [' '
'], ['
[נ' '] ,[' '] ,[' '] ,[' '] ,[' '] ,[' '] ,[' ']
"
']]
Output:
[[' '], [' '], [' '], [' '], [' '], [' '], [' '], [''], [''], [''], [''], [''], [' '], [''],
Transcribed Image Text:For the main program, you should take the row and column lengths as input from the user and pass them as arguments into the function. You should then print the return value of the function. Example Input: 7 5 Output: [[' 1 Input: 21 1 I 1 ' 1 1 '], [' ' '], [' [נ' '] ,[' '] ,[' '] ,[' '] ,[' '] ,[' '] ,[' '] " ']] Output: [[' '], [' '], [' '], [' '], [' '], [' '], [' '], [''], [''], [''], [''], [''], [' '], [''],
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 3 images

Blurred answer
Knowledge Booster
Types of Function
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning