Computer Science, asked by arjunpresanth5d, 29 days ago

1. explain about turtle pen control commands​

Answers

Answered by Silentheart0
1

Explanation:

penDown() Puts the pen down so the turtle draws a line behind it as it moves.

To draw a grid in turtle python, we have to use the module called import turtle. Set the screen by using “scr=turtle. Screen()” and then make the objects. For drawing the y-axis line we will define a function and then draw a line using the forward method.

Similar questions