Commit 0418548d by BellCodeEditor

save project

parent 16fd0917
Showing with 3 additions and 2 deletions
...@@ -3,12 +3,13 @@ import.Pen() ...@@ -3,12 +3,13 @@ import.Pen()
pen=turtle.Pen() pen=turtle.Pen()
pen1=turtle.Pen() pen1=turtle.Pen()
screen=turtle.screen() screen=turtle.screen()
len=66
screen.bgcolor("light bule") screen.bgcolor("light bule")
pen1.left(45) pen1.left(45)
pen1.forword(100) pen1.forword(100)
pen1.circle(50,180) pen1.circle(len,180)
pen1.right(90) pen1.right(90)
pen1.circle(50,180) pen1.circle(len,180)
pen1.forword(100) pen1.forword(100)
pen.write("hhhuhug",font=("times",300,"normal")) pen.write("hhhuhug",font=("times",300,"normal"))
pen.hideturtle() 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