Commit 94ecb6b1 by BellCodeEditor

save project

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