Commit 6a4edb33 by BellCodeEditor

save project

parent b039ca46
Showing with 7 additions and 2 deletions
...@@ -4,8 +4,13 @@ P=turtle.Pen() ...@@ -4,8 +4,13 @@ P=turtle.Pen()
P.write("fuck you",font=("Times",24,"normal")) P.write("fuck you",font=("Times",24,"normal"))
P.hideturtle() P.hideturtle()
turtle.done() turtle.done()
import turtle
P1.=turtle.Pen
P1.Pensize(5)
P1.pencolor("red")
p1.it(45)
p1.forword(100)
P1.cirle(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