以下程序的输出结果是:
L1=[‘abc’,[‘123’,‘456’]]
L2=[‘1’,‘2’,‘3’]
Print(L1>L2)(5.0分)
A.True B.TypeError:‘>’not supported between instances of‘list’and‘str’ C.False D.1正确答案A
以下程序的输出结果是:
L1=[‘abc’,[‘123’,‘456’]]
L2=[‘1’,‘2’,‘3’]
Print(L1>L2)(5.0分)
A.True B.TypeError:‘>’not supported between instances of‘list’and‘str’ C.False D.1正确答案A