made a shape that maybe connects?

This commit is contained in:
N-JJ26 2025-05-27 12:54:13 -04:00
parent 0a52642a3a
commit 493989e2cc
1 changed files with 7 additions and 9 deletions

View File

@ -9,14 +9,12 @@ from turtle import (
) )
forward(100) forward(100)
right(360 * 2 / 5) left(20)
forward(100) forward(200)
right(360 * 2 / 5) right(60)
forward(100) left(135)
right(360 * 2 / 5) forward(300)
forward(100) left(139)
right(360 * 2 / 5) forward(450)
forward(100)
right(360 * 2 / 5)
input() input()