students = ["kareem","omar","ali"]print(students)print(students[0])print(students[2])print(students[-1])print(len(students))
Standard input is empty
['kareem', 'omar', 'ali'] kareem ali ali 3
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!