以下代码段的执行结果是( )。string ="i love python""".join(reversed(string.split())) A: i love python B: python love I C: nohtyp evol I D: i evol nohtyp
以下代码段的执行结果是( )。string ="i love python""".join(reversed(string.split())) A: i love python B: python love I C: nohtyp evol I D: i evol nohtyp
s = "python" print(s[::-2] 以上代码的运行结果是 A: python B: yhn C: nhy D: nohtyp
s = "python" print(s[::-2] 以上代码的运行结果是 A: python B: yhn C: nhy D: nohtyp
1