Commit b10660e5 by BellCodeEditor

save project

parent 60d4bb5f
Showing with 8 additions and 4 deletions
import turtle import turtle
# pen=turtle.Pen() screen=turtle.Screen()
# pen=write("wawsda\zwxwxzcdfgt\frhth",font=("times",50,"normal")) screen.bgcolor("pink")
# pen.hideturtle() pen=turtle.Pen()
# turtle.done() pen.penup()
pen.goto(100,-100)
pen.write("wawsda\nzwxwxzcdfgt\nfrhth",font=("times",5,"normal"))
pen.hideturtle()
pen56=turtle.Pen() pen56=turtle.Pen()
pen56.pencolor("red") pen56.pencolor("red")
pen56.pensize(9) pen56.pensize(9)
......
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