Commit 65774c87 by BellCodeEditor

save project

parent d371f10f
Showing with 9 additions and 4 deletions
import turtle import turtle
# pen.=turtle.Pen() pen=turtle.Pen()
# pen.write("你好呀诺伊",font=("Times",20,"normal"))\ s=turtle.Screen()
# pen.hideturtle() s.bgcolor("light pink")
# turtle.hideturtle pen.penup()
pen.goto(100,-100)
pen.write("你好呀诺伊",font=("Times",20,"normal"))
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.left(45) pen1.left(45)
pen1.forward(200) pen1.forward(200)
...@@ -13,3 +15,6 @@ pen1.forward(200) ...@@ -13,3 +15,6 @@ pen1.forward(200)
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