以下代码的输出结果是( )。S = 'Pame' fo

以下代码的输出结果是( )。

S = 'Pame'
for i in range(len(S)):
print(S[-i],end = "")
答案
B

题目信息

题号:5557
题型:单选题
难度:普通