Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 0 years ago

Max Alekseyev gravatar image

You may have introduces variable sum with a rational value somewhere earlier in your code. If that the case, calling sum() will raise an error like the one you observe.

click to hide/show revision 2
No.2 Revision

You may have introduces introduced variable sum with a rational value somewhere earlier in your code. If that the case, calling sum() will raise an error like the one you observe.

click to hide/show revision 3
No.3 Revision

You may have introduced variable sum with a rational value somewhere earlier in your code. If that is the case, calling sum() will raise an error like the one you observe.