Ouput for my program

List A = {1, 2}
List B = {3, 4}
B = A
A = {5, 6}
A = ?
B = ?

what is the output for the above program>