A = [45, 25, 30, 20, -40]print(A[0], A[-5])
Standard input is empty
45 45
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!