scores = [85, 90, 78, 92, 88]print(scores)print(scores [2])print(len(scores))
Standard input is empty
[85, 90, 78, 92, 88] 78 5
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!