Ask a New Question
Search
Question Create your own array
Question
Which line of code will correctly create an array? (Assume numpy has already been imported.) (1 point) Responses
1 answer
asked by
jeff
26 views
Question
Which line of code will correctly create an array? (Assume numpy has already been imported.) (1 point) Responses
1 answer
asked by
jeff
22 views
9.10: Reverse Array
Write a function that accepts an int array and the array’s size as arguments. The function should create a
3 answers
asked by
Cheryl
7,294 views
Create a Flowchart and pseudocode.
Create a class whose main method creates three arrays. The first array will contain five kinds
0 answers
asked by
Wayne
634 views
don break a 4x7 array into a 2x7 array and another array. what is the fact for dons second array? write a number sentence that
4 answers
asked by
stacey
2,258 views
Question
What is an ndarray? (1 point) Responses a two-dimensional array a two-dimensional array a three-dimensional array a
1 answer
asked by
jeff
32 views
Question
What is an ndarray? (1 point) Responses a two-dimensional array a two-dimensional array a three-dimensional array a
1 answer
asked by
jeff
26 views
Tony broke a larger array into 2 x 9 array and a 4 x 9 array. What did the larger array look like? Draw picture. Write a number
3 answers
asked by
Cc
2,882 views
Which line of code will correctly create an array? (Assume numpy has already been imported.)
myScores = numpy.array([98, 87, 89,
1 answer
asked by
Blue
84 views
Which line of code will correctly create an array? (Assume numpy has already been imported.)
(1 point) Responses myScores =
1 answer
62 views