• 2022-07-28
    已知列表 x = [1, 2],执行语句 y = x 后,表达式 x is y 的值为_______(Ture/False),如果列表 a = [1, 2],执行语句 b = a[:] 后,表达式 a is not b 的值为_______(Ture/False)