Re: [Tutor] Fwd: Need help returning a null/blank value when using string indexes

2013-08-28 Thread Dave Angel
On 27/8/2013 22:41, Robyn Perry wrote: > > part2 = (fragA[-7:-5] + '') > > But it asks me to use a string, not a blank space. part2 needs begin with > 'da' so I can produce 'Udacity' in Test Case 2, but needs to somehow end > with a null kind of value so I can produce 'Ucity' in Test Case 3. See

[Tutor] Fwd: Need help returning a null/blank value when using string indexes

2013-08-28 Thread Robyn Perry
Hi, This is my first time asking for help on this list, so I welcome constructive criticism about how to make my question clearer. AND I'm thankful that I found this list! Here's my issue: Below the line, I've copied and pasted an assignment. This isn't homework -- it's practice on a Udacity (fr