登录  注册

首页->Python期末

Python中,在列表strs=[a,b,c]中的元素a和b中间添加一个元素m,正确的是:

(A)strs.add(0,'m')

(B)strs.add(1,'m')

(C)strs.insert(0,'m')

(D)strs.insert(1,'m')" 【解析】# list insert , append 而 set 只有add

参考答案
继续答题:下一题
微考学堂微考学社

更多Python期末试题

考试