1. 学习
  2. /
  3. 课程
  4. /
  5. Introduction to Data Science in Python

Connected

练习

Correcting a broken import

In this exercise, we'll learn to import numpy, a module for performing mathematical operations on lists of data. The standard alias for numpy is np.


What did you need to change to make the import run without errors?

说明 1 / 共 2 个

undefined XP
    1
    2
  • Fix the import of numpy to run without errors.