[Tutor] Difference between max(one, two) and max((one, two))

Amandeep Behl amandeep.qa at gmail.com
Fri Jul 5 20:37:26 CEST 2013


and why with sum(one, two) we get an error whereas not with sum((one, two))
?


On Fri, Jul 5, 2013 at 11:27 AM, Amandeep Behl <amandeep.qa at gmail.com>wrote:

> What is the difference between max(one, two) and max((one, two)) ?
>
> Thanks
> Aman
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20130705/bc7fa652/attachment-0001.html>


More information about the Tutor mailing list