x = [5, 4, 3, 2, 1] y = [10, 5, 0] y.extend(x) print(y)
Click an option to check whether your answer is correct.
Explore more questions from similar topics.
Share this MCQ with your friends or study group.