DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
remove duplicates from tuple python
my_tuple = (1, 2, 2, 5, 1, 3, 5, 3) my_tupele = tuple(set(my_tuple)) print(my_tupele)
Source by favtutor.com #
PREVIOUS
NEXT
Tagged:
#remove
#duplicates
#tuple
#python
ADD COMMENT
Topic
COMMENT
Name
9+5 =
Submit