I drew the ghost thing

This commit is contained in:
kated
2026-02-04 11:17:17 -05:00
parent 02842ef7ab
commit 237f575553
3 changed files with 35 additions and 5 deletions

View File

@@ -7,16 +7,38 @@ from turtle import (
pendown,
color,
)
color("orange")
forward(100)
right(360 / 10)
forward(25)
right(360 / 10)
forward(25)
right(360 / 20)
forward(200)
right(360 / 5)
forward(50)
right(360 / 10)
forward(30)
left(360 / 10)
forward(30)
right(360 / 10)
forward(50)
right(360 / 5)
forward(200)
right(360 / 20)
forward(25)
right(360 / 10)
forward(25)
color("yellow")
forward(36)
right(360 * 2 / 5)
forward(100)
forward(36)
right(360 * 2 / 5)
forward(100)
forward(36)
right(360 * 2 / 5)
forward(100)
forward(36)
right(360 * 2 / 5)
forward(100)
forward(36)
right(360 * 2 / 5)
input()