Question: What does the following code display? numbers = [1, 2, 3, 4, 5, 6, 7] print(numbers[4:6])
What does the following code display?
numbers = [1, 2, 3, 4, 5, 6, 7]
print(numbers[4:6])
Step by Step Solution
3.42 Rating (146 Votes )
There are 3 Steps involved in it
The following code will display a ... View full answer
Get step-by-step solutions from verified subject matter experts
