Commit 0e9b6249 by BellCodeEditor

save project

parent a9afde06
Showing with 6 additions and 4 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
d = 100
a = turtle.Pen()
a.penup()
a.goto(100,-100)
......@@ -10,9 +11,9 @@ ll.bgcolor("blue")
aa = turtle.Pen()
aa.pensize(100)
aa.left(45)
aa.forward(200)
aa.circle(100,180)
aa.forward(2*d)
aa.circle(d,180)
aa.right(90)
aa.circle(100,180)
aa.forward(200)
aa.circle(d,180)
aa.forward(2*d)
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