from turtle import *
up()
goto(0, 50)
down()
goto(-20, 0)
goto(0, -50)
goto(20, 0)
goto(0,50)
done()
Copyright © 2025 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
from turtle import *
up()
goto(0, 50)
down()
goto(-20, 0)
goto(0, -50)
goto(20, 0)
goto(0,50)
done()