单项选择题

执行下面操作后,list2的值是:1. list1 = ['a', 'b', 'c']2. list2 = list1 3. list1.append('de')()

A.['a',
B.['a',
C.['d',
D.['a',
热门 试题