I changed the color and the size

This commit is contained in:
chuttenmaier
2025-09-16 09:49:19 -04:00
parent fb9ef6eae9
commit a290ace380

View File

@@ -7,16 +7,20 @@ from turtle import (
pendown,
color,
)
forward(100)
color('blue')
forward(300)
right(360 * 2 / 5)
forward(100)
color('red')
forward(300)
right(360 * 2 / 5)
forward(100)
color('orange')
forward(300)
right(360 * 2 / 5)
forward(100)
color('purple')
forward(300)
right(360 * 2 / 5)
forward(100)
color('black')
forward(300)
right(360 * 2 / 5)
input()