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

View File

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