↻
⏵︎ Run
my_set = {'a', 'e', 'i', 'o', 'u'} tuple_from_set = tuple(my_set) print(tuple_from_set)
Output