判斷題已知列表x=[1,2,3],那么執(zhí)行y=x.reverse()之后,y的值為[3,2,1]。

您可能感興趣的試卷

你可能感興趣的試題

2.多項選擇題下面屬于Python編程語言特點的有()。

A.擴展庫豐富
B.代碼運行效率高
C.支持命令式編程
D.支持函數(shù)式編程

4.多項選擇題下面哪些是正確的Python標準庫對象導入語句()。

A.from math import
B.import math.sin as sin
C.from math import sin
D.import math