On Tue, 13 Feb 2007 21:15:19 -0800, agent-s wrote:

> I have a function, generally described as so:
[snip function]
> which is used in:
> 
> if function(args):
>                                 print "ok"
> 
> so here basically "text" will print out when condition3 is true but it
> will not print out "ok" when condition3 is true. When it's true it
> should print out borth "text" and "ok"

Thank you for sharing. Do you have an actual question?




-- 
Steven D'Aprano 

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

Reply via email to