This is an error report.
Screenshot of the error
Error details
i don't understand the detail
Hi @EyaZakhama Welcome to the community!
That error is because Python is sensitive to indentation, and there might be a mix of tabs and spaces in the code, which can cause issues.
One solution is to convert all indentation to either spaces or tabs to ensure consistency. You can do this by going to the bottom right corner of the code editor, clicking on Spaces: 4 or Tab Size: 4, and selecting Convert Indentation to Spaces/Tabs.
It might also be due to incorrect indentation levels, such as code not aligning properly within functions or loops, so make sure that all code blocks are indented correctly.
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.