Commit f14c2c00 by BellCodeEditor

save project

parent c4f1ace1
Showing with 8 additions and 9 deletions
pen1=turtle.pen()
pen1.left(45)
pen1.forward(100)
pen1.circie
pen1.circie(50,180)
pen1.forward(100)
pen1.hideturtie()
turtle.done
\ No newline at end of file
import turtle
sceen=turtle.Screen()
screen.bgcolor("light blue")
pen=turtle.pen()
pen.penup()
pen.goto(-100,0)
pen.write
pen.hideturtle()
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