Commit acf1a13f by BellCodeEditor

save project

parent a8004a90
Showing with 1 additions and 1 deletions
......@@ -5,7 +5,7 @@ p=turtle.Screen()
p.bgcolor("pink")
t.penup()
t.goto(100,-100)
t.write("Hello,\nNuoYi(SB),\nI like turtle , \nThank you!",font=("宋体",24,"normal"))
t.write("Hello,\nNuoYi,\nI like turtle , \nThank you!",font=("宋体",24,"normal"))
t.hideturtle()
t2=turtle.Pen()
t2.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