Quick Quiz on Lists

1

What should be the output of the following code?

print([5,6,7] + [8,9,10])

A)

[13,15,17]

B)

[5,6,7,8,9,10]

Question 1 of 40 attempted

Get hands-on with 1200+ tech skills courses.