Commit 2a781676 by BellCodeEditor

save project

parent 8739e5f1
Showing with 6 additions and 2 deletions
...@@ -5,4 +5,9 @@ pen.write("sb",font=("times"26"normal")) ...@@ -5,4 +5,9 @@ pen.write("sb",font=("times"26"normal"))
turtle.dome() turtle.dome()
import turtle import turtle
pen1=turtle.Pen() pen1=turtle.Pen()
pencolor("green") pen1.color("green")
\ No newline at end of file left(45)
pen1.forward()
pen1.circle(50,180)
pen1.right(90)
pen1.circle(50,180)
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