Relative Content

Tag Archive for pythonturtle-graphicspython-turtle

Python Turtle – Exception has occurred: Terminator exception: no description

I am having trouble with running this code. I am trying to run an instance of turtle, successfully close it, and start a new instance of the turtle. I am able to complete the first iteration but I get a terminator exception raised: Exception has occurred: Terminator exception: no description at self.turt = Turtle(), when I debug the program.

Xcor jumps to 700k when I included screen.update()

I have tried shifting screen.update() into different parts of the code, but the problem still persist. However, removing screen.tracer(0) and screen.update() resolves the issue. But as the snake gets longer in length, without screen.update() the animation gets clunky.

Problem with the Sequence of Question and Answers in Turtle Python

I’m coding a quiz based Turtle Python based on Chicago related questions. I have an issue with the answers and questions sequence, the thing is when pressings at the answer option next answer options collection for the following question gets skipped and the quiz gets all wrong. I hope that somebody could help me with this problem as I am new to coding and not very adapted.

Python Turtle Caption and Button Debugging Help Request

I’ve been working on a project where I’m building a quiz similar to Kahoot!, featuring questions about Chicago. I’ve run into a snag: the captions for the answer options aren’t visible when the quiz runs. They only appear for a brief moment when an answer button is clicked, and then they disappear again. I want these captions to be visible continuously so users can see them. I’m fairly new to coding and have been stuck on this for a few hours. Could anyone help me figure out how to keep the answer options visible?