Element(list,0) 表示首个元素
A: 正确
B: 错误
A: 正确
B: 错误
举一反三
- 中国大学MOOC: Element(list,0) 表示首个元素
- Append(list, obj) 表示附加一个元素后,原list增加了一个元素 A: 正确 B: 错误
- First(list,1) 表示第一个元素 A: 正确 B: 错误
- In a singly linked list which operation depends on the length of the list.( ) A: Interchange the first two elements of the list B: Delete the first element of the list C: Add an element before the first element of the list D: Delete the last element of the list
- Take(list,3,7) 表示提取4个元素组成新的集合 A: 正确 B: 错误