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 information and help 
would be greatly appreciated!
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to