1.  >>  高等继续教育 / Python编程
 高等继续教育 / Python编程
正确率:100%

a=[1,2,3,4,5,6,7,8,9,0];print(a[3::])
A、[4,5,6,7,8,9,0]
B、[2,3,4,5,6,7,8,9,0]
C、[1,2,3,4,5,6,7,8,9,0]
D、[3,4,5,6,7,8,9,0]
  积分
 参考答案:
 佳题速递: