Python¶ Implementation¶ txt = input() txt = txt.replace("a", "4") txt = txt.replace("e", "3") txt = txt.replace("i", "1") txt = txt.replace("o", "0") txt = txt.replace("s", "5") print(txt) Was this page helpful? Thanks for your feedback! Thanks for your feedback!