Created
May 24, 2022 09:36
-
-
Save mym0404/8943d3f03e4c3c25dbb65538cfade3b2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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