Commit 1065d278 by BellCodeEditor

save project

parent 4104e88c
Showing with 4 additions and 0 deletions
import turtle
pen=turtle.Pen()
pen.color("red")
pen.fillcolor("red")
pen.speed(10)
pen.left(45)
pen.forward(100)
pen.circle(50,180)
......@@ -8,4 +11,5 @@ pen.circle(50,180)
pen.forward(100)
pen.penup()
pen.goto(-100,-150)
pen.write("你好呀,sb",)
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