Re: read line

2008-05-06 Thread Larry Bates
[EMAIL PROTECTED] wrote: hi every body, I'm a new python user and I'm making a program to run useing Abaqus and there is something I can't do, if i have a text file that has a line like this " 10 20 30 40 50" and I wana do the coding to put every number of these like 10 or 20 in a separa

Re: read line

2008-05-06 Thread Diez B. Roggisch
[EMAIL PROTECTED] wrote: > hi every body, > > I'm a new python user and I'm making a program to run useing Abaqus > and there is something I can't do, > > if i have a text file that has a line like this " 10 20 30 40 > 50" and I wana do the coding to put every number of these like 10 or >