diff --git a/star.py b/star.py index eb94727..b49bb42 100644 --- a/star.py +++ b/star.py @@ -998,9 +998,35 @@ import turtle -pen =turtle.pen -pen.write("") -pen.hideturtle("SB") -pen.hideturtle() -turtle.done +# +# pen =turtle.pen +# pen.write("") +# pen.hideturtle("SB") +# pen.hideturtle() +# turtle.done +pen1=turtle.pen() +pen1.pencolor() +pen1.pensize() +pen1.left() +pen1.forword() +pen1.circle() +pen1.right() +pen1.circle(50,180) +pen1.right(90) +pen1.circle(50,180) +pen1.forword(100) +pen1.hideturtle() +pen1.done() + + + + + + + + + + + +