Commit 9e3ca017 by BellCodeEditor

save project

parent 5b4837ce
Showing with 3 additions and 0 deletions
......@@ -2,7 +2,10 @@
import turtle
screen=turtle.Screen()
screen.bgcolor("light blue")
pen=turtle.Pen()
pen.penup()
pen.goto(100,100)
pen.write("Hi,诺依~\n用python写电子贺卡真是太有趣了~\n我也喜欢吃屎~\n——悟空",font=("Time",30,"normal"))
pen.hideturtle()
pin1=turtle.Pen()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment