第26446题 判断题
判断给定Python代码执行后是否输出两个True
lst1 = [1, 2, 3]
lst2 = lst1[:]
print(lst1 == lst2, lst1 is lst2)
A

B

程序运行统计
暂无判题统计
提交0次 正确率0.00%
答案解析