通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
以下代码的输出结果是( )。
S = 'Pame' for i in range(len(S)): print(S[-i],end = "")