write a Python code to make rectangle
Answers
Answered by
2
from turtle import*
forward(200)
left(90)
forward (200)
left(90)
forward (200)
left(90)
forward (200)
left(90)
bye()
Answered by
3
From the turtle import
- Forward (200)
- left(90/
- Forward(200)
- left(90)
- Forward (200)
- left(90)
- Forward(200)
- left(90)
Similar questions
Physics,
5 months ago
Math,
5 months ago
Science,
5 months ago
Social Sciences,
10 months ago
English,
10 months ago