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