a=[10,20,30,40,50]b=a[0:2]print(b)
Standard input is empty
[10, 20]
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!