Commit 3da46eb7 by BellCodeEditor

save project

parent 0df652af
Showing with 3 additions and 2 deletions
...@@ -3,7 +3,7 @@ import turtle ...@@ -3,7 +3,7 @@ import turtle
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("light blue") screen.bgcolor("light blue")
pen=turtle.Pen() pen=turtle.Pen()
pen.write("你好/yee.",font=("Times",30,"normal")) pen.write("你好/我爱你.",font=("Times",30,"normal"))
pen.hideturtle() pen.hideturtle()
pen.penup() pen.penup()
...@@ -21,5 +21,5 @@ turtle.done() ...@@ -21,5 +21,5 @@ turtle.done()
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.write("你好/我爱你诺伊 .",font=("Times",30,"normal")) pen.write("你好/我们不合适 .",font=("Times",30,"normal"))
pen.hideturtle() pen.hideturtle()
\ No newline at end of file
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