Commit 2c7d8114 by BellCodeEditor

save project

parent fdfa36cf
Showing with 25 additions and 0 deletions
import turtle
pen=turtle.Pen()
pen.penup()
pen.goto(200,100)
pen.write("hi",font=("Times",10,"normal"))
pen.hideturtle()
pan=turtle.Pen()
pan.pensize(10)
pan.pencolor("red")
pan.left(45)
pan.forward(100)
pan.circle(50,180)
pan.right(90)
pan.circle(50,180)
pan.forward(100)
pan.hideturtle
screen=turtle.Screen()
screen.bgcolor("green")
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