單項選擇題(1,2,3).append(4) 輸出結果為:()

A.(1,2,3,4)
B.(1,2,3)
C.(4,1,2,3)
D.報錯


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題


輸出結果為:()

A.[1,2,3,’p’,’y’,’t’,’h’,’o’,’n’]
B.[1,2,3,’python’]
C.[’1p’,’2y’,’3t’,’h’,’o’,’n’]
D.報錯

2.單項選擇題


輸出結果為:()

A.[1,2,3]
B.[3,2,1]
C.無輸出結果
D.None

3.單項選擇題


將a轉變?yōu)閐atetime對象的語句正確的是()

A.datetime.strptime(a,’%Y%m%d’)
B.datetime.strptime(a,’%y%m%d’)
C.datetime.strptime(a,’&y&m&d’)
D.datetime.strptime(a,’$Y$m$d’)

4.單項選擇題python中哪個轉義字符代表換行()

A.\n
B.\b
C.\t
D.\r

5.單項選擇題


輸出結果為:()

A.cython
B.pcthon
C.c
D.報錯