Problem
1. Implement the remove method so that it works correctly in the case where the item is not in the list.
2. Modify the list classes to allow duplicates. Which methods will be impacted by this change?
3. Implement the __str__ method in the Unordered List class. What would be a good string representation for a list?