I have just started learning turtle and my assignment was to draw a basic smiley face using turtle (no fill just circle for face and two circles for eyes). I was using t.penup and then t.forward but it still drew a line. Does anyone now how to move the turtle without drawing a line?
My turtle on replit is not working so I can’t insert the link.
(the code snippit may not work on replit because I wrote it in VSC)