Question: The Python script below will output____________ on the console. import numpy as np = np.array([-3.8, 4.5, -0.2, 0.4, 10.4]) print (np.floor(a)) O [44-10 10]
The Python script below will output____________ on the console. import numpy as np = np.array([-3.8, 4.5, -0.2, 0.4, 10.4]) print (np.floor(a)) O [44-10 10] O [4.4. -1. 10.] O [-3 4010] O [-3.4.0.10]
Step by Step Solution
3.38 Rating (157 Votes )
There are 3 Steps involved in it
The given Python script uses the NumPy library to create a NumPy array a with the values 38 45 02 ... View full answer
Get step-by-step solutions from verified subject matter experts
