items = ["pen", "book", "apple", "phone"]items.append("pencil")print(items)
Standard input is empty
['pen', 'book', 'apple', 'phone', 'pencil']
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!