首页题库练习题目详情
Python程序设计单选题中等

执行以下代码,输出是什么? s = 'hello'; print(s.replace('l', 'x', 1))

Ahexxo
Bhexlo
Chelo
Dhxello