

InterviewSolution
Saved Bookmarks
1. |
In which direction is the turtle pointed by default?(a) North(b) South(c) East(d) West |
Answer» Right option is (c) East For explanation: By default, the turtle is pointed towards the east direction. We can change the direction of the turtle by using certain commands. However, whenever the turtle is reset, it points towards east. |
|