list=['松','竹','梅']list[0]='松树'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!