concatenate function

ferreirafm ferreirafm at lim12.fm.usp.br
Tue Mar 13 10:35:32 EDT 2012


Hi List,
I've coded three functions that I would like to concatenate. I mean, run
them one after another. The third function depends on the results of the
second function, which depends on the results of the first one. When I call
one function after another, python runs them at the same time causing
obvious errors messages. I've tried to call one of them from inside another
but no way. Any clues are appreciated.
Complete code goes here: 
http://ompldr.org/vZDB4OQ



--
View this message in context: http://python.6.n6.nabble.com/concatenate-function-tp4574176p4574176.html
Sent from the Python - python-list mailing list archive at Nabble.com.



More information about the Python-list mailing list