单项选择题
以下代码的输出结果是(_____)。 L1 =["abc", ["123","456"]] L2 = ["1","2","3"] print(L1 > L2)
A、FalseB、True
C、TypeError: ">" not supported between instances of "list" and "str"
D、1
点击查看答案&解析

单项选择题
微信扫一扫,加关注免费搜题