Commit 546df429 by BellCodeEditor

save project

parent 72037431
Showing with 5 additions and 7 deletions
import turtlr import turtle
scren=turtlr.Screen() screen=turtle.Screen()
scren.bgccolor("light blue") screen.bgcolor("light blue")
Pen=turtle.Pen() Pen=turtle.Pen()
Pen.write("Hi,dkjwdhfg\ndufg\nvkjdhsui\nughdfu",font=("times",20,"normal")) Pen.write("Hi,dkjwdhfg\ndufg\nvkjdhsui\nughdfu",font=("times",20,"normal"))
Pen.hideturtle()
turtle.done()
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pencolor("red") pen1.pencolor("red")
pen1.pensize(5) pen1.pensize(5)
......
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