From 963f366335321bb29d10f4546903dd90fcc421bd Mon Sep 17 00:00:00 2001 From: drich Date: Wed, 4 Feb 2026 11:17:39 -0500 Subject: [PATCH] I failed --- .envrc | 1 + drawing.py | 13 ++----------- poetry.lock | 7 +++++++ 3 files changed, 10 insertions(+), 11 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..4d95b6b 100644 --- a/drawing.py +++ b/drawing.py @@ -1,4 +1,4 @@ -from turtle import ( +python drawing.pythonfrom turtle import ( forward, back, left, @@ -8,15 +8,6 @@ from turtle import ( color, ) -forward(100) -right(360 * 2 / 5) -forward(100) -right(360 * 2 / 5) -forward(100) -right(360 * 2 / 5) -forward(100) -right(360 * 2 / 5) -forward(100) -right(360 * 2 / 5) +forward(200) 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"