Powered By Blogger

Wednesday, August 24, 2011

pig latin

today I spent 1 hour at pycamp
I learned that python has a database of many many methods that can be used.
I am also learning about lists.
I am trying to solve the problem of not being able to cut individual items of a list into seperate pieces. for example take the word 'apple' and cut it up into 5 pieces the list that would show this 'cut up' apple wold look something like this word['a','p','p','l','e',]. I need this because I'm making a piglatin translator.

No comments:

Post a Comment