is show turtle command is opposite of hide turtle command?
Answers
Answered by
5
yes, as the command only suggests, show turtle and hide turtle commands are used in Logo programming. Show command makes the turtle appear while the other command makes the turtle disappear.
Answered by
1
Answer:
yeah obviously
showturtle () command is normally used after hideturtle () command to bring the turtle again into the play
Similar questions