Commit 7685b522 by BellCodeEditor

auto save

parent d8b334cc
Showing with 2 additions and 2 deletions
......@@ -2,14 +2,14 @@
import turtle
screen=turtle.Screen()
screen.bgcolor("pink")
screen.
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("Hello",font=("Times",30,"normal"))
pen.hideturtle()
len=100
pen1=turtle.Pen()
pen1.pensize(5)
pen1.pencolor("blue")
......
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