题目详情
单选题 以下代码的输出结果是(_____).L1 =['abc', ['123','456']] L2 = ['1','2','3'] print(L1 > L2)
A. 1
B. FALSE
C. TypeError: '>' not supported between instances of 'list' and 'str'
D. TRUE
学科:Python语言基础与应用
时间:2023-11-13 08:51:58
相关题目
相关作业