words=["a","b","c","d"]del words[1]print(words)
Standard input is empty
['a', 'c', 'd']
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!