Teks Ganti

text = input("your text>>")
print(text.replace(text[0],"$"))
Silver Takana