frankie_85 wrote:

>     a_1 = math.sqrt(math.fabs(a)) + 5((math.pow(a,3)))
> TypeError: 'int' object is not callable

hint: in most programming languages, you have to use an explicit 
operator to spell out multiplication.  Python's no exception.

</F>

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to