[SciPy-user] possibly stupid question

Trevis Crane t_crane at mrl.uiuc.edu
Wed May 16 11:38:18 EDT 2007


Yeah, I thought it would be something obvious that I was missing.

thanks,
trevis

> -----Original Message-----
> From: scipy-user-bounces at scipy.org
[mailto:scipy-user-bounces at scipy.org] On
> Behalf Of Matthew Brett
> Sent: Wednesday, May 16, 2007 10:29 AM
> To: SciPy Users List
> Subject: Re: [SciPy-user] possibly stupid question
> 
> Hi,
> 
> > c = a[15: to the end of a, inclusive]
> 
> I think you just want
> 
> c = a[15:]
> 
> Matthew
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-user



More information about the SciPy-User mailing list