Question: Analytical Programming Questions please write all the answer on the paper and jovian thank you QUESTION 2 [20 Marks] a. Following is the provided numPy

QUESTION 2 [20 Marks] a. Following is the provided numPy array. Write the code to return anray of items by taking the third column from all rows sampleArray = numpy.array [[[11,22,33],[44,55,66],[77,88,99]1) Expected Output: Printing Input Array - [1112233] - [44.5566] 2 [77.88 99]] Printing array of items in the third column from all rows [33 66 99] (10 marks) b. Write a program to display only those numbers from a list that satisfy the following conditions
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
