From 237f57555334ac0d6f98ed7e79914975bdf04024 Mon Sep 17 00:00:00 2001 From: kated Date: Wed, 4 Feb 2026 11:17:17 -0500 Subject: [PATCH] I drew the ghost thing --- .envrc | 1 + drawing.py | 32 +++++++++++++++++++++++++++----- poetry.lock | 7 +++++++ 3 files changed, 35 insertions(+), 5 deletions(-) create mode 100644 .envrc create mode 100644 poetry.lock diff --git a/.envrc b/.envrc new file mode 100644 index 0000000..4a96c22 --- /dev/null +++ b/.envrc @@ -0,0 +1 @@ +source .venv/bin/activate \ No newline at end of file diff --git a/drawing.py b/drawing.py index f3ee2e9..c510ef6 100644 --- a/drawing.py +++ b/drawing.py @@ -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() diff --git a/poetry.lock b/poetry.lock new file mode 100644 index 0000000..c0d8bd7 --- /dev/null +++ b/poetry.lock @@ -0,0 +1,7 @@ +# This file is automatically @generated by Poetry 2.3.1 and should not be changed by hand. +package = [] + +[metadata] +lock-version = "2.1" +python-versions = ">=3.10,<4.0" +content-hash = "7b8fc01b274bd807fb00372bbc8e138330f15ae7978ed61e180f3b17ec076725"