Commit c7c33363 by BellCodeEditor

save project

parent e446b216
Showing with 5 additions and 4 deletions
......@@ -4,17 +4,18 @@ pen.penup()
pen.goto(100,-100)
pen.pendown()
pen.write("杀马特团长,\n我在沈阳大街等你\n有你好果汁吃。",font=("time","20","normal"))
len=60
p=turtle.Turtle()
p.pensize(5)
p.pencolor("red")
p.fillcolor("red")
p.begin_fill()
p.left(45)
p.forward(100)
p.circle(50,180)
p.forward(2*len)
p.circle(len,180)
p.right(90)
p.circle(50,180)
p.forward(100)
p.circle(len,180)
p.forward(2*len)
p.end_fill()
screen=turtle.Screen()
screen.bgcolor("light yellow")
......
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