Question: What is the output of the below python code? import array a = [1, 2, 3] print a[-3] print a[-2] print a[-1]
What is the output of the below python code?
import array
a = [1, 2, 3]
print a[-3]
print a[-2]
print a[-1]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
