Commit 64b0b239 by BellCodeEditor

save project

parent c816b9b8
Showing with 19 additions and 0 deletions
import turtle
pen=turtle.Pen()
pen.pencolor("red")
pen.pensize(5)
pen.write("你好呀\nsb",font=("time",20,"normal"))
pen.up()
pen.goto(-200,200)
pen.down()
pen.left(45)
pen.circle(50,180)
pen.right(90)
pen.circle(50,180)
pen.forward(100)
pen.left(90)
pen.forward(100)
pen.hideturtle()
screen=turtle.Screen()
screen.bgcolor("pink")
turtle.done()
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