Commit 2e588b36 by BellCodeEditor

auto save

parent 830cb736
Showing with 7 additions and 4 deletions
import turtle import turtle
# pen=turtle.Pen() pen1=turtle.Pen()
# pen.write()("嗨嗨嗨!",font=("Time",18,"normal")) pen1.bgcolor("light blue")
# pen.hideturtle() pen1.write()("嗨嗨嗨!",font=("Time",18,"normal"))
# turtle.done() pen1.hideturtle()
pen1.penup()
pen1.goto(100,100)
pen1.pendown()
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pencolor("red") pen1.pencolor("red")
pen1.pensize() pen1.pensize()
......
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