Programming Examples

Python program to move all duplicate element to the end of list


Write a python program to move all duplicate values in a list to the end of the list.

Solution

mylist=eval(input("Enter any List : "))
for a in range(0,len(mylist)):
    for b in range(a-1,-1,-1):
        if mylist[a]==mylist[b]:
            mylist.append(mylist[b])
            mylist.pop(b)
print(mylist)
Output

CCC Online Test 2021 CCC Practice Test Hindi 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