Commit 9a375021 by BellCodeEditor

save project

parent ac7acf5d
Showing with 5 additions and 1 deletions
import turtle
s=turtle.Screen()
s.bgcolor("pink")
pen=turtle.Pen()
pen.write("adwadsad\nashafhuia",font=("Times",20,"normal"))
pen.penup()
pen.goto(100,-100)
pen.write("360\nashafhuia",font=("Times",20,"normal"))
pen.hideturtle()
P=turtle.Pen()
P.pencolor("red")
......
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