Commit 7685b522 by BellCodeEditor

auto save

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