Commit 9c4ed2a2 by BellCodeEditor

save project

parent 7d269322
Showing with 10 additions and 2 deletions
......@@ -2,9 +2,17 @@
import turtle
p=turtle.Pen()
s=turtle.Screen()
p.write("sklsdkk",font=("宋体",30))
goto(110,36)
s.bgcolor('pink')
p.pencolor("red")
p.pensize(5)
p.pendown()
p.left(45)
p.forward(100)
p.circle(50,180)
p.right(90)
p.circle(50,180)
p.forward(100)
p.hideturtle()
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