Question: Let languages = ['C', 'Python', 'Java']. What is the output of print(languages[-3])? Select one: a. C b. Python c. Index out of range error d.
Let languages = ['C', 'Python', 'Java']. What is the output of print(languages[-3])?
Select one:
a. C
b. Python
c. Index out of range error
d. Java
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
