相关试题
单选题 pandas库中Series对象的索引表示类似:Index([5,432,1],dtype=’int’),如下哪个说法是不正确的?
单选题 已知id(ls1)=4404896968,以下程序的输出结果是: 1sl=[1,2,3,4,5] ls2=lsl ls3=ls1.copy() print(id(1s2),id(ls3))
单选题 ls=[3.5,"Python",[10,"LIST"],3.6],1s[2][-1][1]的运行结果是
单选题 以下程序的输出结果是:( ) ls=["浣熊","豪猪","艾草松鸡","棉尾兔","叉角羚"] x="豪猪" print(ls.index(x0))
单选题 元组变量t=("cat","dog","tiger","human"),t[::-1]的结果是
单选题 以下程序的输出结果是: L2=[[1234][5,6,7,8]]L2.sort(reverse= True) print(L2)
单选题 下面代码的执行结果是( ) ls=[[12,3][[45],6],[7,8]] print(len(ls))
单选题 排序可用于不同()数据的比较。