單項(xiàng)選擇題a=’hello’+str([1,2,4]),則a的值是()

A."hello124"
B."hello"
C."hello[1,2,4]"
D.以上都不對(duì)


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題http在OSI中屬于()層

A.網(wǎng)絡(luò)
B.傳輸
C.表示
D.應(yīng)用

4.單項(xiàng)選擇題正則表達(dá)式中()匹配字符串開(kāi)頭

A.^
B.*
C.r
D.$

5.單項(xiàng)選擇題x=[3,6,2],執(zhí)行x=x.sort(reverse=True)后x值是()

A.[2,3,6]
B.[6,3,2]
C.[3,6,2]
D.以上都不對(duì)