Skip to content

Instantly share code, notes, and snippets.

@PiJoules
Created May 9, 2015 01:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PiJoules/373677e9f6bf33e25311 to your computer and use it in GitHub Desktop.
Save PiJoules/373677e9f6bf33e25311 to your computer and use it in GitHub Desktop.
print list(set(map(int, raw_input().split()))) # takes a string of ints and returns the list with duplicates removed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment