From 0f19c8a1bf37ee73e2ceb758858fe72f9fbc4f76 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 6 Feb 2021 18:22:05 +0800
Subject: [PATCH] save project

---
 diy1.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/diy1.py b/diy1.py
index 5f8bf45..8c65e18 100644
--- a/diy1.py
+++ b/diy1.py
@@ -1,6 +1,8 @@
 import turtle
 P=turtle.Pen()
 p=turtle.Pen()
+s=turtle.Screen()
+s.bgcolor("light""pink")
 P.penup()
 P.goto(100,-100)
 P.write("傻逼\n我是你爹",font=("Times",20,"normal"))
--
libgit2 0.25.0