🌱 Sort and unique a list then convert back to list

my_list = set(my_list)
my_list = list(my_list)
Made by Brandon . If you find this project useful you can donate.