Commit 4a26b9ad by BellCodeEditor

save project

parent 312d4920
Showing with 45 additions and 4 deletions
import turtle
p=turtle.Pen()
p.write("一人得道鸡犬升天",font=("Times",20,"normal"))
p.speed(0)
for i in range(111111111111111111):
p.circle(i)
p.left(145)
turtle.done()
for i in range(1):
p.circle(22)
p.left(1)
......
import turtle
p=turtle.Pen()
p.speed(0)
p.left(45)
p.fd(100)
p.circle(50,180)
p.rt(90)
p.circle(50,180)
p.fd(100)
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