Python - append a list to the same list. Hi, I don't understand the output of this code: a = [1,2] a.append(a) print (a) print (a[2][2][2]) ...
確定! 回上一頁