第14103题 单选题
执行给定Python程序,最终输出结果是哪一项
s = 'hello world'
words = s.split()
words = [x[::-1] for x in words]
print(" ".join(words))
A

olleh dlrow

B

hello world

C

world hello

D

dlrow olleh

程序运行统计
暂无判题统计