LLD - Advanced LLD Concepts
What will be the output of this pseudo-code?
immutable_list = [1, 2, 3] immutable_list.append(4) print(immutable_list)
immutable_list = [1, 2, 3] immutable_list.append(4) print(immutable_list)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions