archive
.bsteph.com
🌱
Sort and unique a list then convert back to list
my_list = set(my_list)
my_list = list(my_list)
python