What is turtle in computer
Answers
Answered by
33
hey mate here is yours answerA method for creating graphic images in the Logo programming language. The "turtle" is an imaginary pen that is given drawing commands, such as go forward and turn right. On screen, the turtle is shaped like a triangle.
Answered by
32
Hey dear here is your answer!!!!!
___________________________
Turtle in computer language is referred to a triangle shaped object. It is used to draw graphics through the use of command interface. It is actually an imaginary pen. It is used in the LOGO language. This language is usually taught to beginners or kids. The turtle is now replaced with the image of an actual turtle in the new versions of LOGO. Eg - FD 100, RT 90, etc.
Turtle is also a feature in the 'Python' language which is used to draw graphics in it through the use of functions. Eg - turtle.forward(100), turtle.left(90), etc.
❣️⭐ Hope it helps you dear...⭐⭐❣️❣️
Similar questions