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...@gmail.com>wrote:

> What is the difference between max(one, two) and max((one, two)) ?
>
> Thanks
> Aman
>
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to