单项选择题
元组变量t=(“cat”,“dog”,“tiger”,“human”),t[::-1]的结果是:()
A.(’human’,"tiger’,’dog’,’cat’)B.[human’,’tiger’,’dog’,’cat’]C.{’human’,’tiger’,’dog’,’cat’}D.运行出错
单项选择题 设序列s则max(s)一定能返回序列s中的最大值.()
单项选择题 对于序列s,能够返回序列s中第i到j以h为步长的元素子序列的表达是:()
单项选择题 以下选项中,不是具体的Python序列类型的是:()