From eaa6bbc71018fa68707c19b15c5595700f633343 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Wed, 27 Jul 2022 11:53:07 +0800 Subject: [PATCH] save project --- qqq.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qqq.py b/qqq.py index 38a8904..d0e338f 100644 --- a/qqq.py +++ b/qqq.py @@ -1,4 +1,6 @@ import turtle +scree=turtle.Screen() +scree.bgcolor("blue") pen=turtle.Pen() pen.write("你好\nSB.",font=("Times",30,"normal")) pen.hideturtle() -- libgit2 0.25.0