單項(xiàng)選擇題表達(dá)式sum(range(1,10,5))的值為()

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


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題python中,sum(range(10))的值為()

A.45
B.50
C.55
D.65

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

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

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

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

4.單項(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.程序異常

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

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