Int(average(row(A1)+row(D6)))的结果为()。
A: 1
B: 2
C: 3
D: 4
A: 1
B: 2
C: 3
D: 4
举一反三
- Int(average(row(A1)+row(D6)))的结果为3。
- 假设数据在A1:A10单元格,如果想在B列直接从小到大显示排序结果则可以用这个公式()向下复制即可。(1.0) A: =SMALL($A$1:A$10,ROW(2:2)) B: =SMALL($A$1:$A$10,ROW(1:1)) C: =SMALL($A$1:$A$10,ROW(0:0)) D: =SMALL($A1:$A$10,ROW(1:1))
- 已知 vec = [[1,2], [3,4]],则表达式 [[row[i] for row in vec] for i in range(len(vec[0]))]的值为______________()_________。[/i] A: [1, 2, 3, 4] B: [[1, 2, 3], 4] C: [[1, 3], [2, 4]] D: [1, 2, [3, 4]]
- 选择填空,创建一个包含两行两列的表格。 row 1, cell 1: <>row 1, cell 2 <> row 2, cell 1 row 2, cell 2
- If a is a 3×3 matrix, the function of the function mean(a) is ( ). A: to calculate the average of each row of a B: to calculate the average of each column of a C: to increase a row of the average for a D: to increase a column of the average for a