golf club

This commit is contained in:
jrohr
2026-02-04 11:17:53 -05:00
parent 124c7b4d5f
commit 1bf1d284b2
3 changed files with 22 additions and 10 deletions

View File

@@ -8,15 +8,19 @@ from turtle import (
color,
)
color("blue")
forward(100)
right(360 * 2 / 5)
right(90)
forward(50)
right(90)
forward(100)
right(360 * 2 / 5)
forward(100)
right(360 * 2 / 5)
forward(100)
right(360 * 2 / 5)
forward(100)
right(360 * 2 / 5)
input()
right(90)
forward(50)
forward(300)
right(90)
forward(25)
right(90)
forward(300)
left(90)
penup(300)
input()