Blog

What is the output of the below code?

list_1 = [100, 200, 500, 6]
list_2 = [100, 200, 500, 6]
print(list_1 is list_2)