unsupported operand type(s) python v2.7

Zachary Ware zachary.ware+pylist at gmail.com
Tue Oct 20 09:24:58 EDT 2015


On Oct 20, 2015 4:15 AM, "ngangsia akumbo" <ngangsia at gmail.com> wrote:
> def n():
>     return 3 * 2
>
> def g():
>     return 3+ 6
>
> def ng():
>     return n()+g()
>
> print ng()

Much better :)

--
Zach
(On a phone)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20151020/d18fdd1e/attachment.html>


More information about the Python-list mailing list