开发者社区 问答 正文

print str.replace("is", "was");

str = "this is string example....wow!!! this is really string"; print str.replace("is", "was");的输出结果是什么?

展开
收起
游客ydhxr2xydmgpo 2021-11-04 19:42:34 392 分享 版权
1 条回答
写回答
取消 提交回答
  • thwas was string example....wow!!! thwas was really string

    2021-11-04 19:43:34
    赞同 展开评论
问答地址: