Commit 31ec71d6 by BellCodeEditor

save project

parent f338bddf
Showing with 7 additions and 5 deletions
import turtle import turtle
screen=turtle.Screen()
pen=turtle.Pen()
screen.bgcolor("light pink")
pen.penup()
pen.goto(100,-100)
pen.write("1234567,\n123456,\n",font=("Times",40,"normal"))
pen.hideturtle()
# pen=turtle.Pen()
# pen.write("1234567,\n123456,\n",font=("Times",40,"normal"))
# pen.hideturtle()
# turtle.done()
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pensize(10) pen1.pensize(10)
pen1.pencolor("red") pen1.pencolor("red")
......
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