[clue] python (function return array) [programming]

Raymond de Roo rderoo at deroo.net
Wed Dec 28 06:53:59 MST 2011


Mike--

> Do you happen to know if it's possible to add (and)/(or) to an if conditional?
> say,
> 
> if condition x and condition y

I'm fine with folks asking for help, but it would be nice if you spent a *little* time googling first.

if ( x == 1 and y > 5 and z == 'a' ): do_stuff

.r



More information about the clue mailing list