Thanks I get it now.
--
http://mail.python.org/mailman/listinfo/python-list
eschneide...@comcast.net wrote:
> I'm on chapter 9 of this guide to python:
> http://inventwithpython.com/chapter9.html but I don't quite understand
> why line 79 is what it is (blanks = blanks[:i] + secretWord[i] +
> blanks[i+1:]). I particularly don't get the [i+1:] part. Any additional
eschneide...@comcast.net wrote:
> I'm on chapter 9 of this guide to python:
> http://inventwithpython.com/chapter9.html but I don't quite understand
> why line 79 is what it is (blanks = blanks[:i] + secretWord[i] +
> blanks[i+1:]). I particularly don't get the [i+1:] part. Any additional
> i
On 5 August 2013 06:11, wrote:
> I'm on chapter 9 of this guide to python:
> http://inventwithpython.com/chapter9.html but I don't quite
> understand why line 79 is what it is (blanks = blanks[:i] + secretWord[i] +
> blanks[i+1:]). I particularly don't get the [i+1:] part. Any additional
> i