摘要:
when you append a list to a list, something needs to be noted: 1 a = 1 2 b = [] 3 for i in range(4): 4 a = a + b 5 b.append(a) the result is right, bu 阅读全文
posted @ 2020-03-13 19:56
Z上善若水
阅读(1188)
评论(0)
推荐(0)