BaşlayınÜcretsiz Başlayın

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?

Bu egzersiz

Introduction to Data Science in Python

kursunun bir parçasıdır
Kursu Görüntüle

Uygulamalı interaktif egzersiz

Bu örnek kodu tamamlayarak bu egzersizi bitirin.

# Fix the import of numpy to run without errors
import NumPy as np
Kodu Düzenle ve Çalıştır