1. 학습
  2. /
  3. 강의
  4. /
  5. Practicing Coding Interview Questions in Python

Connected

연습 문제

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.

지침

50 XP

가능한 답변