单选题

已知字符串 s = 'hello python'(注意中间有一个空格),想要截取其中的'python', 选项中不能实现的是?

A

s[6:]

B

s[6: 11]

C

s[-6: 12]

D

s[-6:]

赣ICP备20007335号-2