Hi,
On Sat, May 15, 2010 at 5:58 PM, Santanu Sarkar
wrote:
> Suppose A=[0,0,1,1,0,1]. How one can reverse this array using commend only?
If A is a list, then the command A.reverse() would reverse your list
in place, meaning that it would actually change your list A. On the
other hand, there are
Santanu Sarkar schrieb:
Suppose A=[0,0,1,1,0,1]. How one can reverse this array using commend
only?
--
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at
Suppose A=[0,0,1,1,0,1]. How one can reverse this array using commend only?
--
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.co