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.

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to