Commit e9c87b3f by BellCodeEditor

save project

parent 64c85738
Showing with 16 additions and 3 deletions
import turtle
import turtle
import turtle
screen=turtle.Screen()
screen=screen.bgcolor("red")
pen.write("煤SBSBSBSBSBSBSBSBSBSB炭"),f
\ No newline at end of file
pen=turtle.Pen()
pen.write("煤",font=("Time",12,"nomal"))
pen.hideturtle()
pen21=turtle.Pen()
pen21.penup()
pen21.goto(-100,100)
pen21.left(45)
pen21.forward(150)
pen21.circle(50,180)
pen21.right(90)
pen21.circle(50,180)
pen21.forward(150)
pen.hideturtle()
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