使用复习卡回顾
·
第 1 题,共 6 题
NumPy 数组数据类型转换器
开始实验
1
选择最佳答案
哪个 NumPy 操作可以将 Python 列表转换为数组?
A
np.array(lst)
B
np.dtype(lst)
C
np.shape = lst
D
lst.astype()