I'm writing a python program using turtle graphics on When the turtle window opens up it is glitching and blinking but now showing any graphics.
import turtle
turtle.up()
turtle.write("hello world")
turtle.done()
There's a similar unresolved question on reddit.
I'm not sure what is wrong and how to fix it.
MacOS Mojave 12.3
Python 3.10.6
PythonTurtle == 0.3.2
Edit: This snippet works on ubuntu