- 1

please help

Task Given a 2D array, return the rowmeans. Input Format First line: two integers separated by spaces, the first indicates the rows of matrix X (n) and the second indicates the columns of X (p) Next n lines: values of the row in X Output Format An numpy 1d array of values rounded to the second decimal.

27th Jul 2021, 2:40 PM
lucas lymo
lucas lymo - avatar
2 Answers
+ 1
Can you show us the code you have written so far?
27th Jul 2021, 2:43 PM
Abhay
Abhay - avatar