On Dec 30, 11:17 am, "Narasimhan Raghu-RBQG84" <[email protected]>
wrote:
> Simple solution: us result=yourString.split(" ") and you get a list with
> all the words.
>
> -----Original Message-----
> From: [email protected]
>
> [mailto:[email protected]] On Behalf Of
> [email protected]
> Sent: Tuesday, December 30, 2008 3:43 PM
> To: [email protected]
> Subject: string in files
>
> guys i need info on how to call up different words in a line of a file
> using python example : file = 'this is a python coding group'
>
> i want to assign a xter to this, is, a, python , coding and group
>
> thanks
> --http://mail.python.org/mailman/listinfo/python-list
>
>

thanks brother
i mean how do i particularly assign (u = this)
                                    (y = is)....
in the strings up there. i have been able to split strings with any
character sign.

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to