Question: What does the following code display? numbers = [5, 4, 3, 2, 1, 0] print(numbers[:3])
What does the following code display?
numbers = [5, 4, 3, 2, 1, 0]
print(numbers[:3])
Step by Step Solution
3.31 Rating (154 Votes )
There are 3 Steps involved in it
The given code displays a slice of the numbers list In this case numbers3 sli... View full answer
Get step-by-step solutions from verified subject matter experts
