Hello,

I would like to retrieve one arbitrary element from a FiniteSet.  Is
there a better way to do that than

  (x for x in FiniteSet(1, 2, 3)).next()

?

I have seen that built-in sets have the pop method, but FiniteSet
doesn't seem to support that facility.

Sergiu

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to