Posts by Pedro Arthur • 21 points
1 post
-
2
votes1
answer39
viewsQ: Logical error while removing repeated items from a list
I am doing an exercise where I must create a function that removes repeated items from a list and returns this ordered list. My code removes only a few repeated items, but leaves others. I know…