Question: Look at the following statement: letters = ['A', 'B', 'C', 'D'] a. What value is stored in letters[1]? b. What value is stored in letters[3]?
Look at the following statement:
letters = ['A', 'B', 'C', 'D']
a. What value is stored in letters[1]?
b. What value is stored in letters[3]?
c. What value is stored in letters[−2]?
Step by Step Solution
3.44 Rating (160 Votes )
There are 3 Steps involved in it
a The value stored in letters1 is B b The value stored in ... View full answer
Get step-by-step solutions from verified subject matter experts
