有字符串'hello',下列索引能够提取出'ell'的()


有字符串'hello',下列索引能够提取出'ell'的()

A.'hello'[-4:-2]

B.'hello'[3]

C.'hello'[1]

D.'hello'[1:4]

正确答案:AD


Tag:Python语言应用 字符串 索引 时间:2021-12-05 19:47:16