experimented with turtle forward

i'm excited about demoing the turtle lab
This commit is contained in:
eqbrown_teacher
2025-08-27 11:49:17 +08:00
parent 84907f4322
commit 0046938dcc

View File

@@ -8,7 +8,7 @@ from turtle import (
color, color,
) )
forward(100) forward(300)
right(360 * 2 / 5) right(360 * 2 / 5)
forward(100) forward(100)
right(360 * 2 / 5) right(360 * 2 / 5)