aList=[123,'xzc','asdf','wer']aList.insert(3,2009)print(aList)
Standard input is empty
[123, 'xzc', 'asdf', 2009, 'wer']
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!