Need help (Basic python)...what did I do wrong?

Fredrik Lundh fredrik at pythonware.com
Sat Oct 28 04:54:11 EDT 2006


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>




More information about the Python-list mailing list