單項選擇題在python中,函數(shù)定義使用的關(guān)鍵字是()

A.def
B.__del__
C.__item__
D.__doc__


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題3in[1,2,3]的值是()

A.0
B.1
C.True
D.False

3.單項選擇題定義一個類使用的關(guān)鍵字是()

A.def
B.class
C.function
D.lei

4.單項選擇題python中,取余數(shù)運算符是()

A.//
B.%
C.^
D./

5.單項選擇題表達式5+5//3的結(jié)果是()

A.4
B.5
C.6
D.7