Next: , Previous: Multi, Up: Expressions


6.4.9 The Function set

The expression set(list) yields a list which contains each element of list, but only once. That means, the list is converted to a set.