国开 / 大数据技术
以下程序的运行结果是()
str="this is string example ...wow!!!"
print(str.replace("is","was",1))
thwas is string example ...wow!!!
this was string example ...wow!!!
this is string example ...wow!!!
th is string example ...wow!!!
str="this is string example ...wow!!!"
print(str.replace("is","was",1))
thwas is string example ...wow!!!
this was string example ...wow!!!
this is string example ...wow!!!
th is string example ...wow!!!
参考答案:
佳题速递: