多項選擇題在Python中,如何導入所有模塊內(nèi)容?()
A.import *
B.import all
C.from module import all
D.from module import *
您可能感興趣的試卷
你可能感興趣的試題
1.多項選擇題在Python中,哪個函數(shù)用于排序列表?()
A.list.sort()
B.sorted()
C.sort()
D.arrange()
2.多項選擇題在Python中,哪個庫用于數(shù)據(jù)分析?()
A.numpy
B.pandas
C.scipy
D.statsmodels