f=lambda a:[i*j for i,j in enumerate(a)][1:]print(f([1,3,2]))
Standard input is empty
[3, 4]
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!