Question: What will the following code display? values = [2, 4, 6, 8, 10] print(values[1:3])
What will the following code display?
values = [2, 4, 6, 8, 10]
print(values[1:3])
Step by Step Solution
3.37 Rating (153 Votes )
There are 3 Steps involved in it
The following code will display the elements of the v... View full answer
Get step-by-step solutions from verified subject matter experts
