Commit 814a9352 by BellCodeEditor

save project

parent 98767fab
Showing with 19 additions and 1 deletions
import turtle
p=turtle.Pen()
p.penup()
p2=turtle.Pen()
p.goto(100,-100)
p.write("哈哈",font=("仿宋",15,"normal"))
p.hideturtle()
s=turtle.Screen()
s.bgcolor("red")
p2.lt(45)
p2.fd(100)
p2.circle(50,180)
p2.rt(90)
p2.circle(50,180)
p2.fd(100)
turtle.done()
import turtle
p2=turtle.pen()
p2.lt(45)
p2.fd(100)
p2.circle(50,180)
......
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