[Tutor] eazy python question involving functions and parameters

daggerdvm bmxx5386 at aol.com
Sun Sep 20 22:19:08 CEST 2009


assume that  jade2 is a function that expects two  int parameters and returns
the value of the larger one. 

Also assume that four variables,  population1 ,  population2 ,  population3
, and  population4 have already been defined and associated with  int
values. 

Write an expression (not a statement!) whose value is the largest of 
population1 ,  population2 ,  population3 , and  population4 by calling 
jade2 . 

how can i do this???


-- 
View this message in context: http://www.nabble.com/eazy-python-question-involving-functions-and-parameters-tp25530128p25530128.html
Sent from the Python - tutor mailing list archive at Nabble.com.



More information about the Tutor mailing list