Commit 484d71f1 by BellCodeEditor

save project

parent ed5f82f4
Showing with 223 additions and 1 deletions
import turtle import turtle
pen = turtle.Pen() pen = turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("pink")
pen.penup() pen.penup()
pen.goto(100,-100) pen.goto(100,-100)
pen.write("诺依,你好\n圣诞节快乐!",font=("Times",20,"normal")) pen.write("诺依,你好\n圣诞节快乐!",font=("Times",30,"normal"))
pen.hideturtle() pen.hideturtle()
# turtle.done() # turtle.done()
pen1 = turtle.Pen() pen1 = turtle.Pen()
...@@ -19,3 +21,223 @@ turtle.done() ...@@ -19,3 +21,223 @@ turtle.done()
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