Re: [Tutor] raw_input() slice list

2011-09-28 Thread questions anon
Excellent, thank you and yes I need to work on how to catch and handle exceptions Thanks again! On Wed, Sep 28, 2011 at 4:13 PM, bob gailer wrote: > On 9/27/2011 11:18 PM, questions anon wrote: > > I would like to use user_input() to decide how to slice a list. > This works fine until I try to

Re: [Tutor] raw_input() slice list

2011-09-27 Thread bob gailer
On 9/27/2011 11:18 PM, questions anon wrote: I would like to use user_input() to decide how to slice a list. This works fine until I try to leave it blank to try and select the whole list [:] I have posted the section of interest below and the error I get when I try to press enter. Further belo