语法:str.replace(old, new[, max]),old是要更换的旧子串;new是新的子串;可选参数max值 ... n = input() n = n.lower() n = n.replace("a", "") n ...
確定! 回上一頁