Commit 1a8f48a6 by BellCodeEditor

save project

parent 09cef648
Showing with 6 additions and 6 deletions
......@@ -2,12 +2,12 @@
import turtle
screen=turtle.Screen()
screen.bgcolor("light blue")
pen=turtle.Pen()
pen.penup()
pen.goto(-100,0)
pen.write("sb",font=("Times",80,"normal"))
pen.hideturtle()
turtle.done()
pen=turtle.Pen()
pen.penup()
pen.goto(-100,0)
pen.write("sb",font=("Times",80,"normal"))
pen.hideturtle()
turtle.done()
pen1=turtle.Pen()
pen1.pensize(5)
pen1.pencolor("green")
......
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