Commit c50c9854 by BellCodeEditor

save project

parent 86497473
Showing with 19 additions and 0 deletions
import turtle
Pen=turtle.Pen()
Pen.penup()
Pen.goto(100,0)
Pen.write("你好\nSB。",font=("Times",30,"normal"))
Pen.hideturtle()
Pens=turtle.Pen()
Pens.pencolor("red")
Pens.pensize(5)
Pens.left(45)
Pens.forward(100)
Pens.circle(50,180)
Pens.right(90)
Pens.circle(50,180)
Pens.forward(100)
screen=turtle.Screen()
screen.bgcolor("green")
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