oops the code was wrong .. sorry
import popen2
wave = []
for frame in range(890, 1010):
wave.append(int(popen2.Popen3('./hascillator01 ' +
str(frame)).fromchild.readline()))
print wave
On Fri, Feb 26, 2010 at 1:22 AM, '2+ wrote:
> did this for hascillator01 that i ghc-ed from hascillator01.
did this for hascillator01 that i ghc-ed from hascillator01.hs into ./
import popen2
wave = []
for frame in range(890, 1010):
wave.append(int(popen2.Popen3('./hascillator01 ' +
str(frame)).fromchild.readline()))
print wave
hascillator01 takes int and returns another int
so yes this became a [int