Commit 8319a58a by BellCodeEditor

save project

parent d6aa578b
Showing with 6 additions and 4 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
l=100
s=turtle.Screen()
s.bgcolor("light blue")
f=turtle.Pen()
......@@ -10,11 +11,11 @@ p=turtle.Pen()
p.pencolor("pink")
p.pensize(5)
p.left(45)
p.forward(100)
p.circle(50,180)
p.forward(l*2)
p.circle(l,180)
p.right(90)
p.circle(50,180)
p.forward(100)
p.circle(l,180)
p.forward(l*2)
p.hideturtle()
f.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