turtle graphics: How do I implement a pause function? – Debian
I'm trying to use python 3 turtle graphics to do something like presentation software: draw something, pause for a keystroke so the presenter can explain, then draw the next thing. Here is one solution I've tried (that doesn't work): import…