Skip to content

Conversation

@techie-ashish1924
Copy link

l2=[]
for i in list(map(eval,input().split())):
if i not in l2:
l2.append(i)
print(l2)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant