判断题

执行下面Python代码后,输出两个True。

lst1 = [1, 2, 3]

lst2 = lst1[:]

print(lst1 == lst2, lst1 is lst2)

A 正确
B 错误
赣ICP备20007335号-2