-->
当前位置:首页 > 题库

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

Luz3年前 (2022-12-04)题库624
设有s=('a', 'b', 'c', 'd', 'e'),则s[-99:-5]值为( )。
@[C](2)

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



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


答案:C