Commit 3f541c93 by BellCodeEditor

save project

parent 943b4681
Showing with 6 additions and 2 deletions
import turtle
p=turtle.Pen()
p.fillcolor("orange")
p.begin_fill()
p.pencolor("blue")
p.pensize(5)
p.speed(0)
p.left(45)
p.fd(100)
......@@ -7,8 +11,8 @@ p.circle(50,180)
p.rt(90)
p.circle(50,180)
p.fd(100)
p.end_fill()
p.write("一人得道鸡犬升天",font=("Times",20,"normal"))
......
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