Skip to content

Instantly share code, notes, and snippets.

@mym0404
Created May 24, 2022 09:36
Show Gist options
  • Save mym0404/8943d3f03e4c3c25dbb65538cfade3b2 to your computer and use it in GitHub Desktop.
Save mym0404/8943d3f03e4c3c25dbb65538cfade3b2 to your computer and use it in GitHub Desktop.
arr = [1, 5, 7, 7]
arr = list(set(arr))
print(arr) # [1, 5, 7]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment