Commit a2af48dd by BellCodeEditor

save project

parent 1163fe51
Showing with 9 additions and 4 deletions
...@@ -2,9 +2,14 @@ ...@@ -2,9 +2,14 @@
# import turtle # import turtle
# pen=turtle.Pen() # pen=turtle.Pen()
# pen.write("bye\nbye",font=("Times",30,"normal")) # pen.write("bye\nbye",font=("Times",30,"normal"))
# turtle.done()
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.pencolor("red")
pen.pensize(5)
pen.left(45)
pen.forward(100)
pen.circle(50,180) pen.circle(50,180)
Pen.pencolor("red") pen.right(90)
turtle pen.circle(50,180)
\ No newline at end of file pen.forward(100)
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