單項選擇題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.程序異常


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題‘helloworld’[2:4]的結果是()

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

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

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

3.單項選擇題如想得到列表的元素個數,則可以使用()函數

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

4.單項選擇題定義元組的關鍵字是()

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

5.單項選擇題存儲不同數據類型,且數據不可變的序列稱為()

A.元組
B.列表
C.字符串
D.集合