From 693cdbc4395f9f23b67f0a3bdd02b5827fcdbd4f Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 8 Jan 2022 14:13:53 +0800
Subject: [PATCH] save project
---
1.py | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/1.py b/1.py
index 09cadfe..33601d1 100644
--- a/1.py
+++ b/1.py
@@ -1,5 +1,10 @@
import turtle
+screen=turtle.Screen()
+screen.bgcolor("blue")
pen1=turtle.Pen()
+pen.penup()
+pen.goto(100,-100)
+pen.write("hi,诺依~\n用python写电子贺卡真是太有趣啦~\n我也喜欢python~n——悟空",font("Times",20,"normal"))
pen1.pencolor("red")
pen1.pensize(5)
pen1.left(45)
--
libgit2 0.25.0