Sorry for the extra mail! On Sun, Dec 2, 2012 at 10:04 PM, Shriramana Sharma <[email protected]> wrote: > Hi can you clarify why you have used a * inside the Tuple constructor > in both the above cases and why the additional () around the [] > containing the list in the second case? The Tuple documentation > doesn't seem to speak about either of these two. Thanks!
I found out from the Python documentation that * unpacks lists, but my question about the extra () in the second example still stands... -- Shriramana Sharma -- 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.
