Computer Science, asked by kiranvadav8, 16 days ago

Write a program in Python to draw a square using only the goto() function.​

Answers

Answered by NavyaPandey
0

Answer:

turtle is an inbuilt module in Python. It provides drawing using a screen (cardboard) and turtle (pen). To draw something on the screen, we need to move the turtle (pen). To move turtle, there are some functions i.e forward(), backward(), etc.

Explanation:

please mark me as Brainlist

Answered by bangtanagirl
2

Turtle is an inbuilt module in Python. It provides drawing using a screen (cardboard) and turtle (pen). To draw something on the screen, we need to move the turtle (pen). To move turtle, there are some functions i.e forward(), backward(), etc.

Attachments:
Similar questions