Troubleshooting: Code
- Last updated on July 7, 2023 at 8:09 PM
Coding can be tricky!
Sometimes errors, issues, or unexpected behaviour can happen if mistakes are made in the code. These articles may be helpful
- Check if you accidentally redefined built-in / user-defined functions
- You may see this error message: ‘int’/‘float’/’something_else’ object is not callable
- Check if you accidentally redefined a library’s function
- You may see this error message: TypeError: 'str' object is not callable
- The code editor is running your code endlessly
Still having trouble with your code? Get feedback in our Community.