4. Write the commands to draw Square and show the output?
Answers
Answered by
2
Answer:
Draw a square as in the following picture:
For a square you will probably need a right angle, which is 90 degrees.
Solution
turtle.forward(50)
turtle.left(90)
turtle.forward(50)
turtle.left(90)
turtle.forward(50)
turtle.left(90)
turtle.forward(50)
turtle.left(90)
Attachments:
Similar questions
India Languages,
1 month ago
Social Sciences,
1 month ago
Chemistry,
3 months ago
Math,
3 months ago
Geography,
9 months ago
Geography,
9 months ago
Math,
9 months ago