Unable to run Turtle in python on Mac OS V.S. Code

前端 未结 0 750
谎友^
谎友^ 2021-01-25 22:51

I have written the following code in V.S. Code on Mac:-

import turtle

bob = turtle.Turtle()

bob.forward(100)

turtle.done()

But, whenever I exe

相关标签:
回答
  • 消灭零回复
提交回复
热议问题