list=['松','竹']list.append('梅')print(list)
Standard input is empty
['松', '竹', '梅']
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!