A. 对 B. 错
A. t.insert(1,5) B. t.append(5) C. t.index(3) D. t.extend()
A. d.get('a') B. d.values() C. d['a'] D. d.dict()