Question: 1. Import numpy module and abbreviate it as np. 2. Create an array of shape (3,4) named 'x' using random.rand method to fill it with

1. Import numpy module and abbreviate it as np. 2. Create an array of shape (3,4) named 'x' using random.rand method to fill it with random numbers. 3. Create another array of shape 12 named 'y' which is evenly spaced between 1 and 8. 4. Reshape array y so that it can be added to x. Call the sum an array named z
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
