Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python Object-Oriented Python Inheritance Complex Relationships

the workspace is buggy

The workspaces highlight some of my code in red when there is no error.

Also can someone please explain to me how I can fix the type curor(idk what the name is I just want to be able to replace letters in words without having to delete other letters)

ex. Hllo World, I want to add e, so I put my cursor inside of Hllo But then, Helo World, this happens

Caleb Kemp
Caleb Kemp
12,754 Points

Yes, the workspace can be very picky at times. Even when you have the answer correct, something as simple as an extra space after a semi-colon can cause it to fail. However, I would like to think it is better than it used to be.

typing override That is usually caused because you are in "insert" mode. You probably have an "insert" button on your keyboard that accidentally got pushed. See if you find the button on your keyboard, pushing it again should take it out of insert mode. If this does not solve the problem, try restarting the workspace.