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