what is the primitive used to erase a line while moving The Turtle please answer
Answers
Answered by
8
Hello there...
I'm in class 10 right now, and I did LOGO in class 5, so from what I remember, I can tell you that there's a command called PENERASE or PE.....if you write this statement and move your turtle, it will erase the lines..
I'm in class 10 right now, and I did LOGO in class 5, so from what I remember, I can tell you that there's a command called PENERASE or PE.....if you write this statement and move your turtle, it will erase the lines..
Answered by
1
Primitive used to erase a line while moving The Turtle is PENERASE or PE command
- Pen's position is set to - DOWN and mode is shifted to - ERASE
- It stops the pen's actual action and makes it an eraser.
- When you will move the turtle after stating this command the pen will not draw a line but erase the line.
- The pen basically draws the line of the same color as that of the screen which appears to as erasing.
Similar questions