InterviewSolution
Saved Bookmarks
| 1. |
Some ufuncs can take output arguments.(a) True(b) FalseThis question was posed to me in exam.My question is from NumPy in portion Developing Data Products and Working with NumPy of Data Science |
|
Answer» RIGHT answer is (b) False The EXPLANATION is: All UFUNCS can take output arguments. If necessary, output will be cast to the data-type of the provided output array. |
|