tall1 = 0 tall2 = tall1 tall2 += 1 # print(tall1) liste1 = [1] liste2 = liste1 liste2.append(2) print(liste1)