Re: [Tutor] List Methods, String Slices and For loops

2012-06-25 Thread Walter Prins
Hi, Just one tangential comment: On 25 June 2012 14:33, Developer Ecofunds wrote: > I'm using python 2.5 because it's the one works with Google App Engine > GAE works with Python 2.7 also: https://developers.google.com/appeng

Re: [Tutor] List Methods, String Slices and For loops

2012-06-25 Thread Craig Cesareo
In case you didn't get my reply on the previous message... Try putting.[:] After "words" in the for loop line. What's happening is you're removing words from the list you are iterating through and it's messing with the loop. The empty indice I'm having you insert makes an in place copy

Re: [Tutor] List Methods, String Slices and For loops

2012-06-25 Thread Developer Ecofunds
Soory by the new message with same question. The goup said my subject was messy and the previous message was denied. Please ignore. 2012/6/25 Developer Ecofunds > Hello guys, > > I'd like to ask you a little question about a script I did and isn't > working properly. > It is one excercise from g

[Tutor] List Methods, String Slices and For loops

2012-06-25 Thread Developer Ecofunds
Hello guys, I'd like to ask you a little question about a script I did and isn't working properly. It is one excercise from googles python classes < http://code.google.com/edu/languages/google-python-class/set-up.html> I'm using python 2.5 because it's the one works with Google App Engine < https