fork download
  1. list=['松','竹']
  2. list.append('梅')
  3. print(list)
Success #stdin #stdout 0.07s 14124KB
stdin
Standard input is empty
stdout
['松', '竹', '梅']