Question: What will the following code display? numbers = [1, 2, 3, 4, 5] print(numbers[2])
What will the following code display?
numbers = [1, 2, 3, 4, 5]
print(numbers[−2])
Step by Step Solution
3.42 Rating (152 Votes )
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
