Which of the following import commands are correctly defined? (select 4)

Questions & AnswersCategory: PythonWhich of the following import commands are correctly defined? (select 4)
Geek Boy Staff asked 2 years ago

Which of the following import commands are correctly defined? (Select four options)

 

a. import numpy as np
b. import numpy
c. from numpy import *
d. from numpy import array
e. import Array from numpy
f. numpy import as np