第12824题 判断题
判断给定Python程序执行后的输出是否为hello,java,java,python
s1 = "hello,python,python,python"
print(s1.replace("python", "java", 2))
A

正确

B

错误

程序运行统计
暂无判题统计
提交0次 正确率0.00%
答案解析