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

单选题:给出如下代码

Luz4年前 (2022-05-11)题库1055
给出如下代码

s = "Alice"
print(s[::–1])
上述代码的输出结果是()。



A.ALICE
B.ecilA
C.Alic
D.Alice


答案:B