What does the following code display? numbers = [5, 4, 3, 2, 1, 0] print(numbers[:3])

Question:

What does the following code display?

numbers = [5, 4, 3, 2, 1, 0]

print(numbers[:3])

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: