From 78176434882f8f2e98784d9383aebce0263610b7 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 18 Jan 2025 13:43:22 +0800
Subject: [PATCH] save project

---
 car.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/car.py b/car.py
index 5a78b0a..75ada0d 100644
--- a/car.py
+++ b/car.py
@@ -1,8 +1,8 @@
 import turtle
-screen=turtle.screen()
-screen.bgcolor("light biue")
+screen=turtle.Screen()
+screen.bgcolor("light blue")
 pen=turtle.Pen()
-pen.penup=Pen()
+pen.penup()
 pen.goto(100,-100)
 pen.write("q",font=("Times",20,"normal"))
 pen.hideturtle()
@@ -17,4 +17,4 @@ pen1.right(90)
 pen1.circle(len,180)
 pen1.forward(2*len)
 pen1.hideturtle()
-turtle done()
\ No newline at end of file
+turtle.done()
\ No newline at end of file
--
libgit2 0.25.0