Commit 94dcd7bc by BellCodeEditor

save project

parent 69be5e47
Showing with 3 additions and 2 deletions
import turtle import turtle
len=50
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("light biue") screen.bgcolor("light biue")
pen=turtle.Pen() pen=turtle.Pen()
...@@ -11,8 +12,8 @@ pendown() ...@@ -11,8 +12,8 @@ pendown()
pen1size(5) pen1size(5)
pen.color(red) pen.color(red)
pen1.lest(45) pen1.lest(45)
pen1.forword(100) pen1.forword(2*len)
pen1.circle(50,180) pen1.circle(len,180)
pen1.right(90) pen1.right(90)
pen1.circle(50,180) pen1.circle(50,180)
pen1.forword(100) pen1.forword(100)
......
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