Commit 94ecb6b1 by BellCodeEditor

save project

parent c43a7be7
Showing with 5 additions and 5 deletions
# 利用write()帮助悟空给诺依回信吧~
x=50# 利用write()帮助悟空给诺依回信吧~
import turtle
o=turtle.Pen()
p=turtle.Screen()
......@@ -11,11 +11,11 @@ o.pendown()
o.pensize(6)
o.pencolor("red")
o.left(45)
o.forward(100)
o.circle(50,180)
o.forward(2*x)
o.circle(x,180)
o.right(90)
o.circle(50,180)
o.forward(100)
o.circle(x,180)
o.forward(2*x)
o.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