Commit 6ff2453c by BellCodeEditor

save project

parent 443a176d
Showing with 3 additions and 3 deletions
...@@ -2,9 +2,9 @@ import turtle ...@@ -2,9 +2,9 @@ import turtle
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("light blue") screen.bgcolor("light blue")
pen=turtle.Pen() pen=turtle.Pen()
penup() pen.penup()
goto(100,-100) pen.goto(100,-100)
pen.write("你好",font=("time,20,normal")) pen.write("Hi,诺依\n用python写电子贺卡真是太有趣啦\n我也喜欢",font=("time,30,normal"))
pen.hideturtle() pen.hideturtle()
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pencolor("red") pen1.pencolor("red")
......
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