como obter valor do conjunto em python
s = set([1, 2, 3])
value=list(s)[0]
Fierce Finch
s = set([1, 2, 3])
value=list(s)[0]
element = list(set_x).pop