From 1ea90db77c29e8676f7f6f583ba0fdad5e80f680 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 4 Jul 2021 09:58:44 +0800 Subject: [PATCH] save project --- diy1.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/diy1.py b/diy1.py index c36d75a..7638f85 100644 --- a/diy1.py +++ b/diy1.py @@ -9,12 +9,12 @@ screen.bgcolor('black') i=0 while i<135: - screen.pencolor('pink') + pen.pencolor('pink') pen.penup() pen.goto(0,0) pen.forward(200) pen.pendown() - screen.circle(100) + pen.circle(100) pen.left(2) i+=1 -- libgit2 0.25.0