Commit a331d2cf by BellCodeEditor

auto save

parent 8f77eaba
Showing with 15 additions and 0 deletions
import turtle
s1=turtle.Screen()
s1.bgcolor("light blue")
s2=turtle.Pen()
len=80
s2.left(45)
s2.forward(len*2)
s2.circle(len,180)
s2.right(90)
s2.circle(len,180)
s2.forward(len*2)
s2.penup()
s2.goto(-100,-100)
s2.write("轻轻的我走了,\n不带走一片云彩",font=("Times","20"))
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