登录
注册
首页
->
python程序设计
下载题库
列表list = [1, 2, 3, 4, 5 ],求元素3的下标,使用( )获取。
(A)list.find(3)
(B)list.index(3)
(C)list.sort(3)
(D)list.count(3)
参考答案
继续答题:
下一题
更多python程序设计试题
1
表达式 int(‘123’, 16) 的值为___。
考试