@oye___Mani
ไปฅไธใฎpythonใใญใฐใฉใ ใฎๅฎ่กใๆฑใใฆใใ ใใ
# replace้ขๆฐใฎ่ชฌๆ
'replace(็ฝฎๆใๅฏพ่ฑก,็ฝฎๆใๅพ)'
'''python
t1="ใฉใผใกใณ"
t2="ใขใ"
t3="ใฏ่ฑ้ชจในใผใ"
t4="ใงใใ"
'''
print()
print(t2+t1.replace("ใกใณ","")+
t3.replace("้ชจในใผใ","")+t4)