[Tutor] help

Alan Gauld alan.gauld at btinternet.com
Tue Mar 18 19:37:26 CET 2014


On 18/03/14 18:21, Joel Goldstick wrote:
> List
>
> On Mar 18, 2014 11:08 AM, "y j" <yashpanv at gmail.com
> <mailto:yashpanv at gmail.com>> wrote:
>
>     how can i split a word into letters in python 2.7.6?

or more specifically list(aString) - lowercase and with params.

That will give you a list of the individual letters.
Assuming that's what you mean. As David says there are
several other options depending on what exactly you want.

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.flickr.com/photos/alangauldphotos



More information about the Tutor mailing list