Programming Examples

Python function that takes a string as parameter and returns a string with every successive repetitive character replaced


Write a Python function that takes a string as parameter and returns a string with every successive repetitive character replaced by & e.g. Parameter may become Par&met&r.

Solution

def str_encode(s):
    ans=""
    for a in s:
        if a not in ans:
            ans=ans+a
        else:
            ans=ans+'&'
    return ans

st1=input("Enter any String :")
output=str_encode(st1)
print("Output is : ",output)
Output

Enter any String :Parameter

Output is :  Par&met&

Latest Current Affairs 2025 Online Exam Quiz for One day Exam Online Typing Test CCC Online Test 2025 Python Programming Tutorials Best Computer Training Institute in Prayagraj (Allahabad) Best Java Training Institute in Prayagraj (Allahabad) Best Python Training Institute in Prayagraj (Allahabad) O Level Online Test in Hindi Bank SSC Railway TET UPTET Question Bank career counselling in allahabad Sarkari Naukari Notification Best Website and Software Company in Allahabad Sarkari Exam Quiz