單項(xiàng)選擇題刪除元組,可以使用下列哪個(gè)關(guān)鍵字()

A.del
B.in
C.clear
D.remove


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題python中,創(chuàng)建元組的關(guān)鍵字是()

A.list
B.tuple
C.str
D.set

2.單項(xiàng)選擇題b = [q**q for q in range(4)],則b的值是()

A.[1,1,4,27]
B.[0,1,4,27]
C.[1,1,4,9]
D.程序異常

3.單項(xiàng)選擇題‘helloworld’[2:4]的結(jié)果是()

A.ell’
B.ll’
C.llo’
D.hell’

4.單項(xiàng)選擇題y=4==6,則x的值是()

A.3
B.8
C.True
D.False

5.單項(xiàng)選擇題如想得到列表的元素個(gè)數(shù),則可以使用()函數(shù)

A.total
B.count
C.length
D.len