Commit 7e5b1da5 by BellCodeEditor

save project

parent 6f276de2
Showing with 6 additions and 4 deletions
import turtle
import random
beijing=turtle.Screen()
beijing.bgcolor("pink")
......@@ -9,15 +10,16 @@ huabi.goto(100,-150)
huabi.write("春晓\n",font=("Times",20,"normal"))
huabi.hideturtle()
c=random.randint(10,100)
pen1=turtle.Pen()
pen1.pensize(5)
pen1.pencolor("red")
pen1.left(45)
pen1.forward(80)
pen1.circle(40,180)
pen1.forward(2*c)
pen1.circle(c,180)
pen1.right(90)
pen1.circle(40,180)
pen1.forward(80)
pen1.circle(c,180)
pen1.forward(2*c)
pen1.hideturtle()
turtle.done()
......
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