How to speed up python's 'turtle' function and stop it freezing at the end

后端 未结 4 1820
后悔当初
后悔当初 2020-12-05 14:13

I have written a turtle program in python, but there are two problems.

  1. It goes way too slow for larger numbers, I was wonder how I can speed up turtle.
4条回答
  •  情歌与酒
    2020-12-05 14:50

    I can't really solve the speed problem, but the freezing can be prevented by using turtle. done() at end of file, thanks

提交回复
热议问题