元组变量t=(“cat”,“dog”,“tiger”,“human”),t[::-1]的结果是()
元组变量t=(“cat”,“dog”,“tiger”,“human”),t[::-1]的结果是()
A.{‘human’,‘tiger’,‘dog’,‘cat’}
B.[‘human’,‘tiger’,‘dog’,‘cat’]
C.运行出错
D.(‘human’,‘tiger’,‘dog’,‘cat’)(正确答案)
Tag:Python程序设计 变量
时间:2021-12-19 15:48:20