题库 Python题库 题目列表 下列程序的运行结果为:2,请填空?( )import ...
单选题

下列程序的运行结果为:2,请填空?( )

import numpy as np
a = np.arange(0,12).reshape(3,4)
print(

A.

a.shape()

B.

a.shape

C.

a.ndim()

D.

a.ndim

题目信息
2023年 12月 选择题
0%
正确率
0
评论
108
点击