Commit 7c48fd49 by BellCodeEditor

save project

parent a50ceeec
Showing with 21 additions and 0 deletions
import turtle
pen=turtle.Pen()
pen.color("red")
pen.goto(-200,20)
pen.write("[^~^]",font=("times",30,"normal"))
pen.hideturtle()
p=turtle.Pen()
q=60
p.pensize(11)
p.pencolor("red")
p.left(45)
p.forward(q*2)
p.circle(q,180)
p.right(90)
p.circle(q,180)
p.forward(q*2)
p.hideturtle()
s=turtle.Screen()
s.bgcolor("blue")
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