Skip to content

Conversation

@Utkarsh4697
Copy link
Contributor

I request you to add my own solution which is easier than other solutions.

I request you to add my own solution which is easier than other solutions.

```python Solution by - Utkarsh4697
li = [12,24,35,24,88,120,155,88,120,155]
print(sorted(list(set(li))))
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution. But it seems your code doesn't give the output as mentioned original order reserved rather it's giving sorted order. Please fix it and pull the changes again. :)

@darkprinx darkprinx added bug Something isn't working enhancement New feature or request labels Sep 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working enhancement New feature or request

2 participants