Commit bb2f30b5 by BellCodeEditor

save project

parent 4726bd3e
Showing with 6 additions and 4 deletions
# 利用write()帮助悟空给诺依回信吧~
len=60
import turtle
pen=turtle.Pen()
screen=turtle.Screen()
......@@ -11,11 +12,11 @@ p1=turtle.Pen()
p1.pencolor('red')
p1.pensize(6)
p1.left(45)
p1.forward(100)
p1.circle(50,180)
p1.forward(len*2)
p1.circle(len,180)
p1.right(90)
p1.circle(50,180)
p1.forward(100)
p1.circle(len,180)
p1.forward(len*2)
p1.hideturtle()
turtle.done()
\ No newline at end of file
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