Guess the output for the following code:
import array  
a = [4, 6, 8, 3, 1, 7]  
print(a[-3])  
print(a[-5])  
print(a[-1])  

Posted on by