1.17能将5加到列表list1的末尾的语句是()
A.list1.append(5)
B. list1.add(5)
C. list1.insert(5)
D. list1.extend(5)
出自:河北工程大学Python语言程序设计