天生我才必有用,千金散尽还复来。
>>> L1 = ['a', 'b', 'c']>>> L2 = list(L1)>>> L2 is L1False>>> L2[1] is L1[1]True
发表评论
没有评论:
发表评论