Commit bd3d0575 by BellCodeEditor

save project

parent b76f9d0b
Showing with 11 additions and 0 deletions
import turtle
t= turtle.Turtle()
t.pensize(2000)
t.color("sky blue")
t.fd(1)
t.pensize(10)
t.pencolor("red")
t.left(45)
......@@ -8,5 +12,11 @@ t.circle(50,180)
t.right(90)
t.circle(50,180)
t.forward(100)
t.penup()
t.goto(100,-100)
t.pendown()
t.write("你好呀",font=("Times",20,"normal"))
t.ht()
turtle.done()
\ 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