开始使用免费开始使用

Incorrect array initialization

If you pass the following list [1, (2, 3), 4] to initialize a NumPy array, what would be the data type of the stored values?

The module numpy is already imported for you as np.

本练习是课程的一部分

Practicing Coding Interview Questions in Python

查看课程

动手互动练习

通过我们的互动练习之一,将理论转化为实践

开始练习