Commit b21edf8e by BellCodeEditor

save project

parent f625967b
Showing with 5 additions and 1 deletions
import turtle
screen = turtle.Screen()
screen.bgcolor("pink")
pen = turtle.Pen()
pen.begin_fill()
pen.left(90)
......@@ -11,6 +12,8 @@ pen.forward(170)
pen.left(90)
pen.forward(170)
pen.end_fill()
turtle.penup()
turtle.goto(100,-100)
turtle.write("dnfh",font = ("Times",20,'normal'))
turtle.hideturtle()
turtle.done()
\ No newline at end of file
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