I am creating a twist in the normal snake game. I want questions to appear on top and their answers to appear randomly on the screen. I am using turtle and creating classes while retrieving the question from a csv.
I used the self.write method while creating a function in the answer class. I use randint to get x and y and also use hideturtle() and showturtle() yet the options do not appear.
New contributor
Aana is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.