pokemon_set = set(['Pikachu', 'Bulbasaur', 'Koffing' , 'Spearow', 'Vulpix']) print(pokemon_set) pokemon_list = list(pokemon_set) print(pokemon_list)