字符串的查找删除-题解(Python代码) 由于本题需要替换各种形式的字符,包括in,In,iN和IN```pythontemp=input()temp=temp.casefold()#变成小写length=len(temp)whiletemp:st=input()st_1=st.casefold()#把原字符全部小写赋值给st_1whilet 题解列表 2020年02月26日 0 点赞 0 评论 1576 浏览 评分:9.9
直接替换字符串 摘要:import java.util.*;public class Main { static Scanner in = new Scanner(System.in); public stat…… 题解列表 2022年04月08日 0 点赞 0 评论 507 浏览 评分:0.0