填空題Python安裝擴展庫常用的是()工具。

您可能感興趣的試卷

你可能感興趣的試題

4.多項選擇題以下哪些是Python中的文件操作?()

A.打開文件
B.讀取文件
C.寫入文件
D.關(guān)閉文件
E.刪除文件

6.多項選擇題在面向?qū)ο缶幊讨校男┦穷惖谋Wo屬性?()

A._name
B._age
C._run()
D._eat()
E._height

7.多項選擇題在Python中,以下哪一個選項是合法的實例方法定義?()

A.def instance_method(self):pass
B.def instance_method():pass
C.def instance_method(self,param):pass
D.def instance_method(param):pass
E.def instance_method(param)pass

8.多項選擇題以下哪些方法可以用于將字符串"HEllo"的所有字母轉(zhuǎn)換為小寫?()

A.upper()
B.lower()
C.capitalize()
D.title()
E.swapcase()

10.多項選擇題以下哪些是Python中的常用數(shù)據(jù)類型?()

A.列表
B.元組
C.字典
D.集合
E.數(shù)組