Do you mean something like this? sage: a = [4,3,2,5,6] sage: a.sort() sage: a [2, 3, 4, 5, 6]
On Wed, Jun 16, 2010 at 4:52 PM, Santanu Sarkar <[email protected]> wrote: > Is there any sorting function for a set of integers in sage? > > -- > 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/sage-support > URL: http://www.sagemath.org > -- Tim Joseph Dumol <tim (at) timdumol (dot) com> http://timdumol.com -- 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/sage-support URL: http://www.sagemath.org
