-->
当前位置:首页 > Eng

单选题:设有s=('a', 'b', 'c', 'd', 'e'),则s[-99:-3]值为( )。

Luz3年前 (2022-12-04)Eng708
设有s=('a', 'b', 'c', 'd', 'e'),则s[-99:-3]值为( )。
@[A](2)

A. ('a', 'b')
B. ('a', 'b', 'c', 'd', 'e')
C. ('a', 'b', 'c')
D. 出错



A.('a', 'b')
B.('a', 'b', 'c', 'd', 'e')
C.('a', 'b', 'c')
D.出错


answer:A